ClassTileInfo
Class
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.
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
The draw rect.
Image
Gets or sets the image.
Quadkey
Gets the quadkey of the tile.
TileX
Gets the tile x number.
TileY
Gets the tile y number.