PdfPathOperation Properties |
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.
|