Click or drag to resize

PdfPathGetPoints Method

Gets an array of points which form the path of the PdfPath.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public PointF[] GetPoints()

Return Value

Type: PointF
An array of PointF coordinates
Remarks

All point coordinates will be from 0.0 to 1.0 (inclusive).

See Also