Click or drag to resize

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; }

Property Value

Type: PdfPoint
See Also