共用方式為


MapTileBitmapRequestedEventArgs.X 屬性

定義

取得所要求磚的 X 值。

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

屬性值

Int32

int

所要求圖格的 X 值。

適用於

另請參閱