MapTileBitmapRequestedEventArgs.X Property

Definition

Gets the X value of the requested tile.

public:
 property int X { int get(); };
int X();
public int X { get; }
var int32 = mapTileBitmapRequestedEventArgs.x;
Public ReadOnly Property X As Integer

Property Value

Int32

int

The X value of the requested tile.

Applies to

See also