C# 클래스 Mapsui.Fetcher.FetchTileCompletedEventArgs

파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Cancelled bool
Error System.Exception
Image byte[]
TileInfo BruTile.TileInfo

공개 메소드들

메소드 설명
FetchTileCompletedEventArgs ( Exception error, bool cancelled, BruTile.TileInfo tileInfo, byte image ) : System

메소드 상세

FetchTileCompletedEventArgs() 공개 메소드

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

프로퍼티 상세

Cancelled 공개적으로 프로퍼티

public bool Cancelled
리턴 bool

Error 공개적으로 프로퍼티

public Exception,System Error
리턴 System.Exception

Image 공개적으로 프로퍼티

public byte[] Image
리턴 byte[]

TileInfo 공개적으로 프로퍼티

public TileInfo,BruTile TileInfo
리턴 BruTile.TileInfo