|
Foxit PDF RDK
|
Public Member Functions | |
| constructor (path) | |
| getPoints (pointCount) | |
PathInfo class that retrieves information from a given path. This class encapsulates a Path object and provides methods to access its points.
| PathInfo.constructor | ( | path | ) |
Constructs a PathInfo object.
| path | The Path object to retrieve information from. |
| PathInfo.getPoints | ( | pointCount | ) |
Gets the points on the path.
| pointCount | The total number of points on the path. |