PdfPathOperationPoint Property

Destination point of the operation. For MoveTo this is the new current point; for LineTo and CurveTo this is the end point of the segment. Null for Close

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfPointF Point { get; }

Property Value

PdfPointF

See Also