Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfPath : PdfPageObject
Public NotInheritable Class PdfPath Inherits PdfPageObject
The PdfPath type exposes the following members.
Name | Description | |
---|---|---|
![]() | BlendMode |
Gets the blend mode of this path.
|
![]() | Brush |
Gets the PdfBrushInfo object of this path. It encapsulates the properties
related to non-stroking operations.
|
![]() | ClipMode |
Gets the rule that determines the region to clip.
|
![]() | ClipRegion |
Gets the clip region for this PdfPageObject.
(Inherited from PdfPageObject.) |
![]() | FillMode |
Gets the rule that determines the region to fill.
|
![]() | IsTransformed |
Gets a value indicating whether this path is drawn transformed.
|
![]() | Layer |
Gets the layer this PdfPageObject is drawn on.
(Inherited from PdfPageObject.) |
![]() | PaintMode |
The drawing mode of this PdfPath.
|
![]() | Pen |
Gets the PdfPenInfo object of this path. It encapsulates the properties
related to stroking operations.
|
![]() | Subpaths |
Gets subpaths of this PdfPath.
|
![]() | TransformationMatrix |
Gets the transformation matrix for this path.
|
![]() | Type |
Gets the type of this PdfPath.
(Overrides PdfPageObject.Type.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Paths define shapes, trajectories, and regions of all sorts. They are used to draw lines, define the shapes of filled areas, and specify boundaries for clipping other graphics. The graphics state includes a current clipping path that defines the clipping boundary for the current page. At the beginning of each page, the clipping path is initialized to include the entire page.
A path is made up of one or more disconnected subpaths, each comprising a sequence of connected segments. The topology of the path is unrestricted: it may be concave or convex, may contain multiple subpaths representing disjoint areas, and may intersect itself in arbitrary ways.