This document is archived and information here might be outdated. Recommended version. |
Initializes a mosaic operator.
[Visual Basic .NET]
Public Sub Init ( _
ByVal nBands As Integer, _
ByVal nBlockCols As Integer, _
ByVal nBlockRows As Integer _
)
[C#]
public void Init (
int nBands,
int nBlockCols,
int nBlockRows
);
[C++]
HRESULT Init(
long nBands,
long nBlockCols,
long nBlockRows
);
[C++] Parameters nBands [in]
nBands is a parameter of type long nBlockCols [in]
nBlockCols is a parameter of type long nBlockRows [in]
nBlockRows is a parameter of type long