C# 클래스 OsmMapControlLibrary.TileInfo

This class stores information about a tile
파일 보기 프로젝트 열기: christophwille/winrt-openstreetmap-control 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetCoordinates ( double zoom ) : Point

Gets the coordinate of the image

GetHashCode ( ) : int
LoadImage ( ITileProvider tileProvider ) : void

Loads the image by tileposition

비공개 메소드들

메소드 설명
SourceOnImageOpened ( object sender, RoutedEventArgs routedEventArgs ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetCoordinates() 공개 메소드

Gets the coordinate of the image
public GetCoordinates ( double zoom ) : Point
zoom double
리턴 Point

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LoadImage() 공개 메소드

Loads the image by tileposition
public LoadImage ( ITileProvider tileProvider ) : void
tileProvider ITileProvider
리턴 void