Click or drag to resize

PdfPathObject Class

Represents a path object.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfPageObject
    Patagames.Pdf.NetPdfPathObject

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PdfPathObject : PdfPageObject

The PdfPathObject type exposes the following members.

Properties
 NameDescription
Public propertyDashPhase Gets or sets the dash phase. The dash phase specifies the distance into the dash pattern at which to start the dash.
Public propertyFillType Gets or sets the fill type of the path object.
Public propertyIsStroke Gets or sets the stroke flag.
Public propertyLineCap Gets or sets the shape of the endpoints for any open path that is stroked.
Public propertyLineJoin Gets or sets the shape of joints between connected segments of a stroked path.
Public propertyLineWidth Gets or sets the thickness, in user space units, of paths to be stroked.
Public propertyMiterLimit Set the maximum length of mitered line joins for stroked paths.
Public propertyPath Get the path associated with this PathObject.
Top
Methods
 NameDescription
Public methodCalcBoundingBox Calculate bounding box
Public methodStatic memberCreate Create new instance of PdfPathObject class
Obsolete
Public methodStatic memberCreate(FillModes, Boolean) Create new instance of PdfPathObject class
Public methodGetDashArray Get the line dash array.
Public methodSetDashArray Set the line dash array.
Public methodTransformPath(FS_MATRIX) Transform PathPointsCollection collection with a specified matrix
Public methodTransformPath(Single, Single, Single, Single, Single, Single) Transform (scale, rotate, shear, move) PathPointsCollection collection.
Top
See Also