This document is archived and information here might be outdated. Recommended version. |
The number of columns of the kernel filter.
[Visual Basic .NET]
Public Property Columns As Integer
[C#]
public int Columns {get; set;}
[C++]
HRESULT get_Columns(
long pColumns
);
[C++]
HRESULT put_Columns(
System.Int32* pColumns
);
[C++] Parameters pColumns [in]
pColumns is a parameter of type long pColumns [out, retval]
pColumns is a parameter of type long*