PdfPathOperation Methods |
The PdfPathOperation type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Constructs a new Close PdfPathOperation, representing a closed sub path.
| |
| CurveTo |
Constructs a new Curve PdfPathOpertaion, representing a Bezier curve
| |
| Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LineTo(PdfPoint) |
Constructs a new Line PdfPathOperation to the specified point.
| |
| LineTo(Double, Double) |
Constructs a new Line PdfPathOperation to the specified x and y coordinates.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveTo(PdfPoint) |
Constructs a new Move PdfPathOperation to the specified point.
| |
| MoveTo(Double, Double) |
Constructs a new Move PdfPathOperation to the specified x and y coordinates.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |