次の方法で共有


MapTileBitmapRequestedEventArgs.FrameIndex プロパティ

定義

要求されたタイルのフレーム数を取得します。

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

プロパティ値

Int32

int

要求されたタイルのフレーム数。

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

注釈

アニメーション化されていない MapTileSource の場合、フレーム インデックスは常に 0 です。

適用対象