C# Class Mapsui.Fetcher.FetchTileCompletedEventArgs

ファイルを表示 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_oe property

public bool Cancelled
return bool

Error public_oe property

public Exception,System Error
return System.Exception

Image public_oe property

public byte[] Image
return byte[]

TileInfo public_oe property

public TileInfo,BruTile TileInfo
return BruTile.TileInfo