Tile
Tile class
Represents drawing region.
Constructors
Name |
Description |
Tile(int, int, int, int) |
Initializes a new instance of the Tile class. |
Properties
Name |
Description |
Height { get; } |
The height of the tile in pixels. |
StartPointX { get; } |
The X coordinate of the lowest left point on the drawing where the tile begins. |
StartPointY { get; } |
The Y coordinate of the lowest left point on the drawing where the tile begins. |
Width { get; } |
The width of the tile in pixels. |
Methods
Name |
Description |
GetEndPointX() |
Returns the X coordinate of the highest right point on the drawing where the tile ends. |
GetEndPointY() |
Returns the Y coordinate of the highest right point on the drawing where the tile ends. |
See Also