PdfPathOperationDestinationPoint Property |
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.
Namespace:
Atalasoft.PdfDoc.Generating.Rendering
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfPoint DestinationPoint { get; }
Public ReadOnly Property DestinationPoint As PdfPoint
Get
Property Value
Type:
PdfPointSee Also