Gets an array of points which form the path of the
PdfPath.
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PointF[] GetPoints()
Public Function GetPoints As PointF()
Return Value
Type:
PointFAn array of
PointF coordinates
Remarks
All point coordinates will be from 0.0 to 1.0 (inclusive).
See Also