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()
Public Function get_pts As Double()
public:
virtual array<double>^ get_pts() sealed
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