PathFragment Methods
A path fragment in a PDF document.| 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