Tile

Tile constructor

Initializes an instance of the Tile class.

public Tile(int startPointX, int startPointY, int width, int height)
Parameter Type Description
startPointX Int32 The X coordinate of the lowest left point on the drawing where the tile begins
startPointY Int32 The Y coordinate of the lowest left point on the drawing where the tile begins.
width Int32 The width of the tile in pixels.
height Int32 The height of the tile in pixels.

Remarks

For details, see the documentation.

See Also