Click or drag to resize

PathDataget_pts Method

Gets the Array of points stored.
Gets the Array of points stored.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public double[] get_pts()

Return Value

Type: Double
an Array containing the path data points. A point may be on or off (off points are control points). The meaning of a point depends on associated id (or segment type) in the path segment type Array. You can call the GetPointCount() method to determine the size of returned Array.

Return Value

Type: Double
an Array containing the path data points. A point may be on or off (off points are control points). The meaning of a point depends on associated id (or segment type) in the path segment type Array. You can call the GetPointCount() method to determine the size of returned Array.
See Also