Pdf |
The PdfPathObject type exposes the following members.
| Name | Description | |
|---|---|---|
| DashPhase | Gets or sets the dash phase. The dash phase specifies the distance into the dash pattern at which to start the dash. | |
| FillType | Gets or sets the fill type of the path object. | |
| IsStroke | Gets or sets the stroke flag. | |
| LineCap | Gets or sets the shape of the endpoints for any open path that is stroked. | |
| LineJoin | Gets or sets the shape of joints between connected segments of a stroked path. | |
| LineWidth | Gets or sets the thickness, in user space units, of paths to be stroked. | |
| MiterLimit | Set the maximum length of mitered line joins for stroked paths. | |
| Path | Get the path associated with this PathObject. |
| Name | Description | |
|---|---|---|
| CalcBoundingBox | Calculate bounding box | |
| Create |
Create new instance of PdfPathObject class
Obsolete | |
| Create(FillModes, Boolean) | Create new instance of PdfPathObject class | |
| GetDashArray | Get the line dash array. | |
| SetDashArray | Set the line dash array. | |
| TransformPath(FS_MATRIX) | Transform PathPointsCollection collection with a specified matrix | |
| TransformPath(Single, Single, Single, Single, Single, Single) | Transform (scale, rotate, shear, move) PathPointsCollection collection. |