This document is archived and information here might be outdated. Recommended version. |
Initialize this filter for a given pixel block.
[Visual Basic .NET] Public Sub InitBlock ( _ ByVal pTopLeft As IPnt, _ ByVal nBlkCols As Integer, _ ByVal nBlkRows As Integer _ )
[C#] public void InitBlock ( IPnt pTopLeft, int nBlkCols, int nBlkRows );
[C++]
HRESULT InitBlock(
IPnt* pTopLeft,
long nBlkCols,
long nBlkRows
);
[C++] Parameters pTopLeft [in]
pTopLeft is a parameter of type IPnt* nBlkCols [in]
nBlkCols is a parameter of type long nBlkRows [in]
nBlkRows is a parameter of type long