Class TileInfo
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class TileInfo
Constructors
TileInfo(Int32, Int32, Int32, Byte[], Rectangle)
Initializes a new instance of the Tile
Declaration
public TileInfo(int tileX, int tileY, int zoomLevel, byte[] content, Rectangle drawRect)
Parameters
System. The tile x number. |
System. The tile y number. |
System. The zoom level. |
System. The content. |
System. The draw rect. |
Properties
Content
Gets or sets the content of the tile.
Declaration
public byte[] Content { get; set; }
Property Value
System. The content. |
DrawRect
Gets or sets the draw rect.
Declaration
public Rectangle DrawRect { get; set; }
Property Value
System. The draw rect. |
Image
Gets or sets the image.
Declaration
public Image Image { get; set; }
Property Value
System. The image. |
Quadkey
Gets the quadkey of the tile.
Declaration
public string Quadkey { get; }
Property Value
System. The quadkey. |
TileX
Gets the tile x number.
Declaration
public int TileX { get; }
Property Value
System. The tile x number. |
TileY
Gets the tile y number.
Declaration
public int TileY { get; }
Property Value
System. The tile y number. |
ZoomLevel
Gets the zoom level.
Declaration
public int ZoomLevel { get; }
Property Value
System. The zoom level. |