This document is archived and information here might be outdated.  Recommended version.


IRenderedRaster2.RGB32 Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRenderedRaster2 Interface > IRenderedRaster2.RGB32 Property
ArcGIS Developer Help

IRenderedRaster2.RGB32 Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRenderedRaster2 Interface