CoordinateCollection.Add

Add(Coordinate)

Add the Coordinate object in the collection.

public int Add(Coordinate item)

See Also


Add(MoveTo)

Add the MoveTo object in the collection.

public int Add(MoveTo item)

See Also


Add(LineTo)

Add the LineTo object in the collection.

public int Add(LineTo item)

See Also


Add(ArcTo)

Add the ArcTo object in the collection.

public int Add(ArcTo item)

See Also


Add(InfiniteLine)

Add the InfiniteLine object in the collection.

public int Add(InfiniteLine item)

See Also


Add(Ellipse)

Add the Ellipse object in the collection.

public int Add(Ellipse item)

See Also


Add(EllipticalArcTo)

Add the EllipticalArcTo object in the collection.

public int Add(EllipticalArcTo item)

See Also


Add(SplineStart)

Add the SplineStart object in the collection.

public int Add(SplineStart item)

See Also


Add(SplineKnot)

Add the SplineKnot object in the collection.

public int Add(SplineKnot item)

See Also


Add(PolylineTo)

Add the PolylineTo object in the collection.

public int Add(PolylineTo item)

See Also


Add(NURBSTo)

Add the NURBSTo object in the collection.

public int Add(NURBSTo item)

See Also


Add(RelCubBezTo)

Add the RelCubBezTo object in the collection.

public int Add(RelCubBezTo item)

See Also


Add(RelQuadBezTo)

Add the RelQuadBezTo object in the collection.

public int Add(RelQuadBezTo item)

See Also


Add(RelMoveTo)

Add the RelMoveTo object in the collection.

public int Add(RelMoveTo item)

See Also


Add(RelLineTo)

Add the RelLineTo object in the collection.

public int Add(RelLineTo item)

See Also


Add(RelEllipticalArcTo)

Add the RelEllipticalArcTo object in the collection.

public int Add(RelEllipticalArcTo item)

See Also