Position
Position class
Represents a position object
public sealed class Position
Constructors
Name |
Description |
Position(double, double) |
Initializes a new instance of Position class |
Properties
Name |
Description |
XIndent { get; set; } |
Gets the X coordinate of the object |
YIndent { get; set; } |
Gets the Y coordinate of the object |
Methods
Name |
Description |
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