OE2DPathPointType

This namespace contains constants representing types of points added to a OE2DPath object.

See also

CurveC1

The first control point of a curve segment added to a path with the OE2DPath.AddCurveSegment method. See point marked as ‘c1’ in Figure: Example of the points of a curve segment.

CurveC2

The second control point of a curve segment added to a path with the OE2DPath.AddCurveSegment method. See point marked as ‘c2’ in Figure: Example of the points of a curve segment.

CurveEnd

The end point of a curve segment added to a path with the OE2DPath.AddCurveSegment method. See point marked as ‘end’ in Figure: Example of the points of a curve segment.

../../_images/OE2DPoint_AddCurveSegment.png

Example of the points of a curve segment

LineEnd

Represents the end point of a line segment added to a path with the OE2DPath.AddLineSegment method. See point marked as ‘end’ in Figure: Example of the points of a line segment.

../../_images/OE2DPoint_AddLineSegment.png

Example of the point of a line segment

Start

Represents the first point of a path.