This document is archived and information here might be outdated. Recommended version. |
Gets the size of the kernel filter.
[Visual Basic .NET]
Public Sub GetSize ( _
ByRef nColumns As Integer, _
ByRef nRows As Integer _
)
[C#]
public void GetSize (
ref int nColumns,
ref int nRows
);
[C++]
HRESULT GetSize(
System.Int32* nColumns,
System.Int32* nRows
);
[C++] Parameters nColumns [in, out]
nColumns is a parameter of type long* nRows [in, out]
nRows is a parameter of type long*