C# 클래스 PocketCampus.Map.Controls.EpflBuildingsTileSource

Adapts EpflBuildingsSource to a Windows Phone TileSource.
상속: TileSource
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 메소드들

메소드 설명
GetUri ( int x, int y, int zoomLevel ) : Uri

Gets an URI for the image corresponding to the specified X and Y coordinates, as well as the specified zoom level.

메소드 상세

GetUri() 공개 메소드

Gets an URI for the image corresponding to the specified X and Y coordinates, as well as the specified zoom level.
public GetUri ( int x, int y, int zoomLevel ) : Uri
x int
y int
zoomLevel int
리턴 System.Uri