This document is archived and information here might be outdated. Recommended version. |
Illumination properties used by the display.
[Visual Basic .NET] Public Property IlluminationProps As IIlluminationProps
[C#] public IIlluminationProps IlluminationProps {get; set;}
[C++]
HRESULT get_IlluminationProps(
IIlluminationProps** IlluminationProps
);
[C++]
HRESULT put_IlluminationProps(
IIlluminationProps* IlluminationProps
);
[C++] Parameters IlluminationProps [out, retval]
IlluminationProps is a parameter of type IIlluminationProps** IlluminationProps [in]
IlluminationProps is a parameter of type IIlluminationProps*