Class FetchTileCompletedEventArgs
Inheritance
System.Object
FetchTileCompletedEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Fetcher
Assembly: Mapsui.dll
Syntax
public class FetchTileCompletedEventArgs
Constructors
| Improve this Doc View SourceFetchTileCompletedEventArgs(Exception, Boolean, TileInfo, Byte[])
Declaration
public FetchTileCompletedEventArgs(Exception error, bool cancelled, TileInfo tileInfo, byte[] image)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | error | |
System.Boolean | cancelled | |
BruTile.TileInfo | tileInfo | |
System.Byte[] | image |
Fields
| Improve this Doc View SourceCancelled
Declaration
public readonly bool Cancelled
Field Value
Type | Description |
---|---|
System.Boolean |
Error
Declaration
public Exception Error
Field Value
Type | Description |
---|---|
System.Exception |
Image
Declaration
public readonly byte[] Image
Field Value
Type | Description |
---|---|
System.Byte[] |
TileInfo
Declaration
public readonly TileInfo TileInfo
Field Value
Type | Description |
---|---|
BruTile.TileInfo |