PdfPath Methods |
The PdfPath type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
(Inherited from PdfBaseShape.) | |
CloneInstance |
Clones the instance.
(Overrides PdfBaseShapeCloneInstance.) | |
Close |
Closes the path to the previous MoveTo command.
| |
CopyBaseShapePropertiesTo |
Copies the base shape properties to the parameter shape.
(Inherited from PdfBaseShape.) | |
CurveTo(PdfPoint, PdfPoint, PdfPoint) |
Curves to the destination point from the previous point using the sourceControlPoint and destinationControl point to render the curve
| |
CurveTo(Double, Double, Double, Double, Double, Double) |
Curves to the destination point from the previous point using the (x1, y1) as the source control point, (x2, y2) as the destination control point and (x3, y3) as the destination point to render the curve
| |
DrawShape |
Draws the shape.
(Overrides PdfBaseShapeDrawShape(PdfPageRenderer).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GenerateTransform |
Generates the default transform based on Scale, Rotate, and Translate.
(Inherited from PdfBaseShape.) | |
GetBounds |
Gets the bounding box of the PdfPath.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LineTo(PdfPoint) |
Draws a line from the current drawing point to the parameter
| |
LineTo(Double, Double) |
Draws a line from the current drawing point to (x, y)
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MoveTo(PdfPoint) |
Sets the current drawing point to the parameter
| |
MoveTo(Double, Double) |
Sets the current drawing point to (x, y)
| |
NotifyResourceRenamed |
Notifies a resource consumer that a resource was renamed.
(Inherited from PdfBaseShape.) | |
OnResourceRenamed |
Called when a resource in the base shape has been renamed.
(Inherited from PdfBaseShape.) | |
OnResourcesRequested |
Called when the PdfBaseShape is requested to report resources used. If client code
consumes resources, it should override this method combining its results with those of
base.OnResourceRequested (Inherited from PdfBaseShape.) | |
Render |
Generates the PDF.
(Inherited from PdfBaseShape.) | |
ResourcesUsed |
Reports a list of all resources consumed by the object of the given class.
(Inherited from PdfBaseShape.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |