Initializes a new instance of the
Tile class.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic Tile(
int startPointX,
int startPointY,
int width,
int height
)
Public Sub New (
startPointX As Integer,
startPointY As Integer,
width As Integer,
height As Integer
)
public:
Tile(
int startPointX,
int startPointY,
int width,
int height
)
new :
startPointX : int *
startPointY : int *
width : int *
height : int -> Tile
Parameters
- startPointX
- Type: SystemInt32
The X coordinate of the lowest left point on the drawing where the tile begins - startPointY
- Type: SystemInt32
The Y coordinate of the lowest left point on the drawing where the tile begins. - width
- Type: SystemInt32
The width of the tile in pixels. - height
- Type: SystemInt32
The height of the tile in pixels.
See Also