PdfPathOperation Class |
Namespace: Atalasoft.PdfDoc.Generating.Rendering
The PdfPathOperation type exposes the following members.
Name | Description | |
---|---|---|
Action |
Gets the action for this path operation.
| |
DestinationPoint |
Gets the destination point for a Move, Line or Curve operation. In the case of a Curve, this returns the final
point in the set of three as the curve will always end at that point.
| |
Points |
Gets the points associated with this path operation. For Move and Line operations, this list will contain one PdfPoint.
For Curve operations, the list will contain exactly three points. For Close operations, this list will be empty. Changing
the number of points in an existing PdfPathOperation object will cause unpredictable results.
|
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.) |