Tile
Contents
[
Hide
]
Tile class
Represents the drawing region.
The Tile type exposes the following members:
Constructors
| Name | Description |
|---|---|
| Tile(start_point_x, start_point_y, width, height) | Initializes a new instance of the Tile class |
Properties
| Name | 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
| Name | 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. |
See Also
- namespace groupdocs.viewer.options
- assembly GroupDocs.Viewer