MapTileBitmapRequestedEventArgs Klasse

Definition

public ref class MapTileBitmapRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapTileBitmapRequestedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class MapTileBitmapRequestedEventArgs final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MapTileBitmapRequestedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class MapTileBitmapRequestedEventArgs
Public NotInheritable Class MapTileBitmapRequestedEventArgs
Vererbung
Object Platform::Object IInspectable MapTileBitmapRequestedEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Weitere Informationen zur Verwendung von CustomMapTileDataSource finden Sie in der PixelData-Eigenschaft von MapTileBitmapRequest.

Versionsverlauf

Windows-Version SDK-Version Wertschöpfung
1809 17763 FrameIndex

Konstruktoren

MapTileBitmapRequestedEventArgs()

Initialisiert eine neue instance der MapTileBitmapRequestedEventArgs-Klasse.

Eigenschaften

FrameIndex

Ruft die Anzahl des Frames der angeforderten Kachel ab.

Request

Ruft die Bitmapanforderung ab.

X

Ruft den X-Wert der angeforderten Kachel ab.

Y

Ruft den Y-Wert der angeforderten Kachel ab.

ZoomLevel

Ruft die Zoomstufe der angeforderten Kachel ab.

Gilt für:

Weitere Informationen