CoordinateCollection
Contents
[
Hide
]CoordinateCollection class
Coordinate collection.
Properties
| Name | Type | Description |
|---|---|---|
| MoveToCol | MoveToCollection | Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vert |
| LineToCol | LineToCollection | Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X |
| ArcToCol | ArcToCollection | Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements. |
| InfiniteLineCol | InfiniteLineCollection | Contains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify th |
| EllipseCol | EllipseCollection | Contains elements specifying the x- and y-coordinates of the ellipse’s center point and two points on the ellipse. |
| EllipticalArcToCol | EllipticalArcToCollection | Contains elements that specify information about an elliptical arc. |
| SplineStartCol | SplineStartCollection | Contains x- and y-coordinates for a spline’s second control point, its second knot, its first knot, the last knot, and t |
| SplineKnotCol | SplineKnotCollection | Contains x- and y-coordinates for a spline’s control point and a spline’s knot, represented by the X, Y, and A elements, |
| PolylineToCol | PolylineToCollection | Contains x- and y-coordinates of the last point of a polyline and a polyline formula. The coordinates are specified in t |
| NURBSToCol | NURBSToCollection | Contains the x- and y-coordinates, position of the second to last knot, position of the last weight, position of the fir |
| RelCubBezToCol | RelCubBezToCollection | Contains x- and y-coordinates for a RelCubBezTo’s points.Coordinates are specified as relative coordinates. |
| RelQuadBezToCol | RelQuadBezToCollection | Contains x- and y-coordinates for a RelQuadBezTo’s points.Coordinates are specified as relative coordinates. |
| RelMoveToCol | RelMoveToCollection | Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vert |
| RelLineToCol | RelLineToCollection | Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X |
| RelEllipticalArcToCol | RelEllipticalArcToCollection | Contains elements that specify information about an elliptical arc.Coordinates are specified as relative coordinates. |
| Count | int | |
| Item (int) | Coordinate |
Methods
| Name | Description |
|---|---|
| add | Add the Coordinate object in the collection. |
| remove | Remove the Coordinate object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |