Click or drag to resize

Tile Constructor (CartographicExtent, Int32, Int32, Int16, Object)

Initializes a Tile with the provided values.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Tile(
	CartographicExtent extent,
	int width,
	int height,
	short children,
	Object data
)

Parameters

extent
Type: AGI.Foundation.CoordinatesCartographicExtent
The extent in radians.
width
Type: SystemInt32
Width of the tile in pixels. This number must be between 1 and 512.
height
Type: SystemInt32
Height of the tile in pixels. This number must be between 1 and 512.
children
Type: SystemInt16
Number of child tiles. Specify 0 for a leaf tile.
data
Type: SystemObject
Data specific to the tiler.
See Also