This document is archived and information here might be outdated. Recommended version. |
The wroking pixel block size that the raster function uses
[Visual Basic .NET] Public Sub GetWorkingPixelBlockSize ( _ ByVal pRawBlocks As IRawBlocks, _ ByVal availFraction As Double, _ ByRef pbRows As Integer, _ ByRef pbCols As Integer _ )
[C#] public void GetWorkingPixelBlockSize ( IRawBlocks pRawBlocks, double availFraction, ref int pbRows, ref int pbCols );
[C++]
HRESULT GetWorkingPixelBlockSize(
IRawBlocks* pRawBlocks,
double availFraction,
System.Int32* pbRows,
System.Int32* pbCols
);
[C++]
Parameters pRawBlocks [in]
pRawBlocks is a parameter of type IRawBlocks* availFraction [in]
availFraction is a parameter of type double pbRows [out]
pbRows is a parameter of type long* pbCols [out]
pbCols is a parameter of type long*