Coordinate

Coordinate class

Abstract class for the x- and y-coordinates.

public abstract class Coordinate : ICloneable

Properties

Name Description
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

Name Description
Clone() Creates deep copy of this instance.

See Also