PdfInkShapeGetPoints Method |
Gets an array of points which form the path of the
PdfInkShape.
Namespace:
RadPdf.Data.Document.Objects.Shapes
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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