Class
TileInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class TileInfo

Inheritance: objectTileInfo

Constructors

TileInfo(int, int, int, byte[], Rectangle)

Initializes a new instance of the TileInfo class.

Declaration

cs-api-definition
public TileInfo(int tileX, int tileY, int zoomLevel, byte[] content, Rectangle drawRect)

Parameters

tileX

int

The tile x number.

tileY

int

The tile y number.

zoomLevel

int

The zoom level.

content

byte[]

The content.

drawRect

Rectangle

The draw rect.

Properties

Content

Gets or sets the content of the tile.

Declaration

cs-api-definition
public byte[] Content { get; set; }

Property Value

byte[]

The content.

DrawRect

Gets or sets the draw rect.

Declaration

cs-api-definition
public Rectangle DrawRect { get; set; }

Property Value

Rectangle

The draw rect.

Image

Gets or sets the image.

Declaration

cs-api-definition
public Image Image { get; set; }

Property Value

Image

The image.

Quadkey

Gets the quadkey of the tile.

Declaration

cs-api-definition
public string Quadkey { get; }

Property Value

string

The quadkey.

TileX

Gets the tile x number.

Declaration

cs-api-definition
public int TileX { get; }

Property Value

int

The tile x number.

TileY

Gets the tile y number.

Declaration

cs-api-definition
public int TileY { get; }

Property Value

int

The tile y number.

ZoomLevel

Gets the zoom level.

Declaration

cs-api-definition
public int ZoomLevel { get; }

Property Value

int

The zoom level.