C# Класс PocketCampus.Map.Controls.EpflBuildingsTileSource

Adapts EpflBuildingsSource to a Windows Phone TileSource.
Наследование: TileSource
Показать файл Открыть проект

Открытые методы

Метод Описание
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