Class Position

Position class

Represents a position object

public sealed class Position

Constructors

NameDescription
Position(double, double)Initializes a new instance of Position class

Properties

NameDescription
XIndent { get; set; }Gets the X coordinate of the object
YIndent { get; set; }Gets the Y coordinate of the object

Methods

NameDescription
override Equals(object)Determines whether the specified object is equal to the current Position object.
override ToString()Gets string representation for the current Position object.

See Also