CoordinateCollection

CoordinateCollection class

Coordinate collection.

Properties

NameTypeDescription
MoveToColMoveToCollectionContains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vert
LineToColLineToCollectionContains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X
ArcToColArcToCollectionContains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements.
InfiniteLineColInfiniteLineCollectionContains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify th
EllipseColEllipseCollectionContains elements specifying the x- and y-coordinates of the ellipse’s center point and two points on the ellipse.
EllipticalArcToColEllipticalArcToCollectionContains elements that specify information about an elliptical arc.
SplineStartColSplineStartCollectionContains x- and y-coordinates for a spline’s second control point, its second knot, its first knot, the last knot, and t
SplineKnotColSplineKnotCollectionContains x- and y-coordinates for a spline’s control point and a spline’s knot, represented by the X, Y, and A elements,
PolylineToColPolylineToCollectionContains x- and y-coordinates of the last point of a polyline and a polyline formula. The coordinates are specified in t
NURBSToColNURBSToCollectionContains the x- and y-coordinates, position of the second to last knot, position of the last weight, position of the fir
RelCubBezToColRelCubBezToCollectionContains x- and y-coordinates for a RelCubBezTo’s points.Coordinates are specified as relative coordinates.
RelQuadBezToColRelQuadBezToCollectionContains x- and y-coordinates for a RelQuadBezTo’s points.Coordinates are specified as relative coordinates.
RelMoveToColRelMoveToCollectionContains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vert
RelLineToColRelLineToCollectionContains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X
RelEllipticalArcToColRelEllipticalArcToCollectionContains elements that specify information about an elliptical arc.Coordinates are specified as relative coordinates.
Countint
Item (int)Coordinate

Methods

NameDescription
addAdd the Coordinate object in the collection.
removeRemove the Coordinate object from the collection.
clear
removeAt
iteratorReserved for internal use.