C# Class Mapsui.Fetcher.FetchTileCompletedEventArgs

Show file Open project: pauldendulk/Mapsui Class Usage Examples

Public Properties

Property Type Description
Cancelled bool
Error System.Exception
Image byte[]
TileInfo BruTile.TileInfo

Public Methods

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

Method Details

FetchTileCompletedEventArgs() public method

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

Property Details

Cancelled public property

public bool Cancelled
return bool

Error public property

public Exception,System Error
return System.Exception

Image public property

public byte[] Image
return byte[]

TileInfo public property

public TileInfo,BruTile TileInfo
return BruTile.TileInfo