Class Coordinate

Coordinate class

Abstract class for the x- and y-coordinates.

public abstract class Coordinate : ICloneable

Properties

NameDescription
abstract Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
abstract IX { get; set; }The zero-based index of the element within its parent element.

Methods

NameDescription
Clone()Creates deep copy of this instance.

See Also