This document is archived and information here might be outdated. Recommended version. |
The brightness to be applied.
[Visual Basic .NET]
Public Property Brightness As Short
[C#]
public short Brightness {get; set;}
[C++]
HRESULT get_Brightness(
short Brightness
);
[C++]
HRESULT put_Brightness(
System.Int16* Brightness
);
[C++] Parameters Brightness [in]
Brightness is a parameter of type short Brightness [out, retval]
Brightness is a parameter of type short*