C# Класс MapAround.DataProviders.InMemoryRasterProvider

Provides access to the in-memory stored raster.
Наследование: IRasterProvider
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
QueryRaster ( int srcX, int srcY, int srcWidth, int srcHeight, int maxDestWidth, int maxDestHeight, BoundingRectangle bounds, IRasterReceiver receiver ) : void

Retreives a chunk of the raster.

Описание методов

QueryRaster() публичный Метод

Retreives a chunk of the raster.
public QueryRaster ( int srcX, int srcY, int srcWidth, int srcHeight, int maxDestWidth, int maxDestHeight, BoundingRectangle bounds, IRasterReceiver receiver ) : void
srcX int A minimum X coordinate of the querying area
srcY int A minimum Y coordinate of the querying area
srcWidth int A width of the querying area
srcHeight int A height of the querying area
maxDestWidth int A maximum width in pixels of the resulting raster
maxDestHeight int A maximum height in pixels of the resulting raster
bounds BoundingRectangle A bounds of querying area on the map
receiver IRasterReceiver An object receiving raster
Результат void