Tile class
Tile class
Represents the drawing region.
The Tile type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes an instance of the Tile class. |
Properties
| Property | Description |
|---|---|
| start_point_x | The X coordinate of the lowest left point on the drawing where the tile begins. |
| start_point_y | The Y coordinate of the lowest left point on the drawing where the tile begins. |
| width | The width of the tile in pixels. |
| height | The height of the tile in pixels. |
Methods
| Method | Description |
|---|---|
| get_end_point_x | Returns the X coordinate of the highest right point on the drawing where the tile ends. |
| get_end_point_y | Returns the Y coordinate of the highest right point on the drawing where the tile ends. |
Remarks
For details, see the documentation.
See Also
- module
groupdocs.viewer.options - class
Tile