PathFragment Members
A path fragment in a PDF document.Constructors
| Name | Description |
|---|---|
| PathFragment() | Initializes a new instance of the PathFragment class. |
Properties
| Name | Description |
|---|---|
| Action | Gets or sets the action associated with the path fragment. |
| Clip | Gets or sets the clipping region of a form fragment. Inherited from VisualFragment. |
| Fill | |
| Location | Gets or sets the location of a form fragment. Inherited from VisualFragment. |
| NonZeroWindingRule | Gets or sets whether the non-zero winding rule is used to determine the interior of the path fragment. |
| Outline | |
| Paths | Gets or sets a list of graphics paths contained in the path fragment. |
| RotationAngle | Gets or sets the rotation angle of a form fragment. Inherited from VisualFragment. |
| ScaleX | Gets or sets the horizontal scaling factor of a text fragment. Inherited from VisualFragment. |
| ScaleY | Gets or sets the vertical scaling factor of the form fragment. Inherited from VisualFragment. |
| SkewX | Gets or sets the horizontal skew angle of the form fragment. Inherited from VisualFragment. |
| SkewY | Gets or sets the vertical skew angle of the form fragment. Inherited from VisualFragment. |
Methods
| Name | Description |
|---|---|
| Clone() |
Creates a copy of the PageFragment object.
Inherited from PageFragment. |
| Clone(DocumentCloneContext) |
Creates a copy of the PageFragment object using the specified context.
Inherited from PageFragment. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Line(PointF, PointF, Outline) static | |
| Line(Single, Single, Single, Single, Outline) static | |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Path(GraphicsPath, Fill, Outline) static | |
| Rectangle(PointF, SizeF, Fill, Outline) static | |
| Rectangle(RectangleF, Fill, Outline) static | |
| Rectangle(Single, Single, Single, Single, Fill, Outline) static | |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also