This document is archived and information here might be outdated. Recommended version. |
The level of grayness of an IGrayColor (0 = White - 255 = Black).
[Visual Basic .NET]
Public Property Level As Integer
[C#]
public int Level {get; set;}
[C++]
HRESULT get_Level(
long outLevel
);
[C++]
HRESULT put_Level(
System.Int32* outLevel
);
[C++] Parameters outLevel [in]
outLevel is a parameter of type long outLevel [out, retval]
outLevel is a parameter of type long*