This document is archived and information here might be outdated. Recommended version. |
The number of colors.
[Visual Basic .NET] Public Property NumColors As Integer
[C#] public int NumColors {get; set;}
[C++]
HRESULT get_NumColors(
long pNumColors
);
[C++]
HRESULT put_NumColors(
System.Int32* pNumColors
);
[C++]
Parameters pNumColors [in]
pNumColors is a parameter of type long pNumColors [out, retval]
pNumColors is a parameter of type long*