|
CartoType API
|
#include <cartotype_base.h>
Public Member Functions | |
| TOutlinePoint () | |
| TOutlinePoint (const TPoint &aPoint) | |
| TOutlinePoint (int32 aX, int32 aY, TPointType aType) | |
| bool | operator== (const TOutlinePoint &aPoint) const |
| bool | operator!= (const TOutlinePoint &aPoint) const |
Public Attributes | |
| TPointType | iType |
A point on a path. Paths are made from straight line segments and Bezier splines.
| CartoType::TOutlinePoint::TOutlinePoint | ( | ) | [inline] |
Create an on-curve outline point with the coordinates (0,0).
| CartoType::TOutlinePoint::TOutlinePoint | ( | const TPoint & | aPoint | ) | [inline] |
Create an on-curve outline point from a TPoint.
| CartoType::TOutlinePoint::TOutlinePoint | ( | int32 | aX, |
| int32 | aY, | ||
| TPointType | aType | ||
| ) | [inline] |
Create an outline point, specifying coordinates and type.
| bool CartoType::TOutlinePoint::operator!= | ( | const TOutlinePoint & | aPoint | ) | const [inline] |
The inequality operator.
| bool CartoType::TOutlinePoint::operator== | ( | const TOutlinePoint & | aPoint | ) | const [inline] |
The equality operator.
The type of an outline point: on-curve, or a quadratic or cubic control point.
1.7.5.1