C# Class Mapsui.Fetcher.FetchTileCompletedEventArgs

Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Свойство Type Description
Cancelled bool
Error System.Exception
Image byte[]
TileInfo BruTile.TileInfo

Méthodes publiques

Méthode Description
FetchTileCompletedEventArgs ( Exception error, bool cancelled, BruTile.TileInfo tileInfo, byte image ) : System

Method Details

FetchTileCompletedEventArgs() public méthode

public FetchTileCompletedEventArgs ( Exception error, bool cancelled, BruTile.TileInfo tileInfo, byte image ) : System
error System.Exception
cancelled bool
tileInfo BruTile.TileInfo
image byte
Résultat System

Property Details

Cancelled public_oe property

public bool Cancelled
Résultat bool

Error public_oe property

public Exception,System Error
Résultat System.Exception

Image public_oe property

public byte[] Image
Résultat byte[]

TileInfo public_oe property

public TileInfo,BruTile TileInfo
Résultat BruTile.TileInfo