Tile
Contents
[
Hide
]
Tile class
Represents the drawing region.
public class Tile
Constructors
Name | Description |
---|---|
Tile(int, int, int, int) | Initializes an 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. |
Remarks
For details, see the documentation.
See Also
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer