This document is archived and information here might be outdated. Recommended version. |
Indicates if alpha channel is to be added.
[Visual Basic .NET]
Public Property RGB32 As Boolean
[C#]
public bool RGB32 {get; set;}
[C++]
HRESULT get_RGB32(
Boolean* pRGB32
);
[C++]
HRESULT put_RGB32(
VARIANT_BOOL pRGB32
);
[C++] Parameters pRGB32 [out, retval]
pRGB32 is a parameter of type bool* pRGB32 [in]
pRGB32 is a parameter of type bool