CoordinateCollection Class |
Namespace: Aspose.Diagram
The CoordinateCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArcToCol |
Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements.
|
![]() | Count |
Gets the number of elements actually contained in the collection.
(Inherited from Collection.) |
![]() | EllipseCol |
Contains elements specifying the x- and y-coordinates of the ellipse's center point and two points on the ellipse.
|
![]() | EllipticalArcToCol |
Contains elements that specify information about an elliptical arc.
|
![]() | InfiniteLineCol |
Contains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify the x- and y-coordinates of the first point, and the A and B elements specify the x- and y-coordinates of the second point.
|
![]() | Item |
Gets the element at the specified index.
|
![]() | LineToCol |
Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.
|
![]() | List |
List of the elemens.
(Inherited from Collection.) |
![]() | MoveToCol |
Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.
|
![]() | NURBSToCol |
Contains the x- and y-coordinates, position of the second to last knot, position of the last weight, position of the first knot, position of the first weight, and the formula for a nonuniform rational B-spline (NURBS). This information is specified in the X, Y, A, B, C, D, and E elements, respectively.
|
![]() | PolylineToCol |
Contains x- and y-coordinates of the last point of a polyline and a polyline formula. The coordinates are specified in the X and Y elements, and the formula is specified in the A element.
|
![]() | RelCubBezToCol |
Contains x- and y-coordinates for a RelCubBezTo's points.Coordinates are specified as relative coordinates.
|
![]() | RelEllipticalArcToCol |
Contains elements that specify information about an elliptical arc.Coordinates are specified as relative coordinates.
|
![]() | RelLineToCol |
Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.Coordinates are specified as relative coordinates.
|
![]() | RelMoveToCol |
Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.Coordinates are specified as relative coordinates.
|
![]() | RelQuadBezToCol |
Contains x- and y-coordinates for a RelQuadBezTo's points.Coordinates are specified as relative coordinates.
|
![]() | SplineKnotCol |
Contains x- and y-coordinates for a spline's control point and a spline's knot, represented by the X, Y, and A elements, respectively.
|
![]() | SplineStartCol |
Contains x- and y-coordinates for a spline's second control point, its second knot, its first knot, the last knot, and the degree of the spline. This information is contained in the X, Y, A, B, C, and D elements, respectively.
|
Name | Description | |
---|---|---|
![]() | Add(ArcTo) |
Add the ArcTo object in the collection.
|
![]() | Add(Coordinate) |
Add the Coordinate object in the collection.
|
![]() | Add(Ellipse) |
Add the Ellipse object in the collection.
|
![]() | Add(EllipticalArcTo) |
Add the EllipticalArcTo object in the collection.
|
![]() | Add(InfiniteLine) |
Add the InfiniteLine object in the collection.
|
![]() | Add(LineTo) |
Add the LineTo object in the collection.
|
![]() | Add(MoveTo) |
Add the MoveTo object in the collection.
|
![]() | Add(NURBSTo) |
Add the NURBSTo object in the collection.
|
![]() | Add(PolylineTo) |
Add the PolylineTo object in the collection.
|
![]() | Add(RelCubBezTo) |
Add the RelCubBezTo object in the collection.
|
![]() | Add(RelEllipticalArcTo) |
Add the RelEllipticalArcTo object in the collection.
|
![]() | Add(RelLineTo) |
Add the RelLineTo object in the collection.
|
![]() | Add(RelMoveTo) |
Add the RelMoveTo object in the collection.
|
![]() | Add(RelQuadBezTo) |
Add the RelQuadBezTo object in the collection.
|
![]() | Add(SplineKnot) |
Add the SplineKnot object in the collection.
|
![]() | Add(SplineStart) |
Add the SplineStart object in the collection.
|
![]() | Clear |
Removes all elements from collection.
(Inherited from Collection.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Supports a simple iteration over a nongeneric collection.
(Inherited from Collection.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsExist |
Is exist item in the collection.
(Inherited from Collection.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove(ArcTo) |
Remove the ArcTo object from the collection.
|
![]() | Remove(Coordinate) |
Remove the Coordinate object from the collection.
|
![]() | Remove(Ellipse) |
Remove the Ellipse object from the collection.
|
![]() | Remove(EllipticalArcTo) |
Remove the EllipticalArcTo object from the collection.
|
![]() | Remove(InfiniteLine) |
Remove the InfiniteLine object from the collection.
|
![]() | Remove(LineTo) |
Remove the LineTo object from the collection.
|
![]() | Remove(MoveTo) |
Remove the MoveTo object from the collection.
|
![]() | Remove(NURBSTo) |
Remove the NURBSTo object from the collection.
|
![]() | Remove(PolylineTo) |
Remove the PolylineTo object from the collection.
|
![]() | Remove(RelCubBezTo) |
Remove the RelCubBezTo object from the collection.
|
![]() | Remove(RelEllipticalArcTo) |
Remove the RelEllipticalArcTo object from the collection.
|
![]() | Remove(RelLineTo) |
Remove the RelLineTo object from the collection.
|
![]() | Remove(RelMoveTo) |
Remove the RelMoveTo object from the collection.
|
![]() | Remove(RelQuadBezTo) |
Remove the RelQuadBezTo object from the collection.
|
![]() | Remove(SplineKnot) |
Remove the SplineKnot object from the collection.
|
![]() | Remove(SplineStart) |
Remove the SplineStart object from the collection.
|
![]() | ToString | (Inherited from Object.) |