This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRenderedRaster2 Interface > IRenderedRaster2.RGB32 Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* pRGB32
);
[C++]
HRESULT put_RGB32(
VARIANT_BOOL pRGB32
);
[C++]
Parameters pRGB32 [out, retval] pRGB32 is a parameter of type VARIANT_BOOL pRGB32 [in] pRGB32 is a parameter of type VARIANT_BOOL