Position

Position class

Represents a position object

The Position type exposes the following members:

Constructors

NameDescription
Position(x_indent, y_indent)Initializes a new instance of the Position class

Properties

NameDescription
x_indentGets the X coordinate of the object
y_indentGets the Y coordinate of the object

See Also