This document is archived and information here might be outdated. Recommended version. |
Initializes the pixel block.
[Visual Basic .NET] Public Sub Create ( _ ByVal Planes As Integer, _ ByVal nCols As Integer, _ ByVal nRows As Integer, _ ByVal PixelType As rstPixelType _ )
[C#] public void Create ( int Planes, int nCols, int nRows, rstPixelType PixelType );
[C++]
HRESULT Create(
long Planes,
long nCols,
long nRows,
rstPixelType PixelType
);
[C++] Parameters Planes [in]
Planes is a parameter of type long nCols [in]
nCols is a parameter of type long nRows [in]
nRows is a parameter of type long PixelType [in]
PixelType is a parameter of type rstPixelType