OE2DPathPoint¶
class OE2DPathPoint
Represent a 2D point of a path with associated type from the
OE2DPathPointType
namespace.
See also
OE2DPath::GetPoints
method
Constructors¶
OE2DPathPoint(const OE2DPoint &point, unsigned int ptype)
Constructs an OE2DPathPoint object with a
given type from the OE2DPathPointType
namespace.
OE2DPathPoint(const OE2DPathPoint &rhs)
Copy constructor.
GetPointType¶
unsigned int GetPointType() const
Returns the type of the point from the
OE2DPathPointType
namespace.