System::Drawing::Drawing2D::PathData class
Contents
[
Hide
]PathData class
Contains the graphical data that represents a path. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class PathData : public System::Object
Methods
Method | Description |
---|---|
get_Points() | Returns an array containing the points that make up a path. |
get_Types() | Returns an array containing the values that specify the types of corresponding points in Points array. |
PathData() | Constructs an empty PathData object. |
set_Points(const ArrayPtr<PointF>&) | Sets an array containing the points that make up a path. |
set_Types(const ArrayPtr<uint8_t>&) | Sets an array containing the values that specify the types of corresponding points in Points array. |
See Also
- Class Object
- Namespace System::Drawing::Drawing2D
- Library Aspose.PUB for C++