This document is archived and information here might be outdated. Recommended version. |
Gets a pixel block at a given block location for a specified raw source raster.
[Visual Basic .NET] Public Function GetNativePixelBlock ( _ ByVal RID As Integer, _ ByVal IID As Integer, _ ByVal tx As Integer, _ ByVal ty As Integer, _ ByVal Level As Integer _ ) As Byte[]
[C#] public Byte[] GetNativePixelBlock ( int RID, int IID, int tx, int ty, int Level );
[C++]
HRESULT GetNativePixelBlock(
long RID,
long IID,
long tx,
long ty,
long Level
);
[C++]
Parameters RID [in]
RID is a parameter of type long IID [in]
IID is a parameter of type long tx [in]
tx is a parameter of type long ty [in]
ty is a parameter of type long Level [in]
Level is a parameter of type long