Reads a tile from the specified extent,
scales it to and stores the result in image.
| [Visual Basic .NET] |
|---|
Public Function Read( _
ByRef Extent As System.Array, _
ByVal UserTileData As System.Object, _
ByVal Image As Picture _
) As Boolean
|
| [C#] |
|---|
public bool Read(
|
| [Managed C++] |
|---|
public: bool Read(
|
| [Java] |
|---|
public bool read(
|
| [Unmanaged C++] |
|---|
public: HRESULT Read(
|
- Extent
- An array representing the extent to read a tile from. The elements should be provided in the order west longitude, south latitude, east longitude, north latitude.
- UserTileData
- Image