Class to represent a path point. More...
Public Member Functions | |
PathPoint (UInt32 type, const List< PointF^ >^points) | |
Constructor to initialize a new instance of class Foxit::PathPoint with specific values. | |
Properties | |
UInt32 | Type |
Path point type. Please refer to enumeration Foxit::PathPointType and this should be one or combination of its values with some limitaion. Please refer to comment of each value in enumeration Foxit::PathPointType for more details. | |
List< PointF^ >^ | Points |
A point array with 1 or 3 points, according to property PathPoint::Type. More... | |
Class to represent a path point.
A path point is not just the same as a single point. A path point can consist of 1 or 3 single points:
List< PointF^>^ Foxit::PathPoint::Points |
A point array with 1 or 3 points, according to property PathPoint::Type.
The count of useful point in this array depens on the value of property PathPoint::Type: