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


IScreenDisplayOverlaysCallback.OverlayBitmap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplayOverlaysCallback Interface > IScreenDisplayOverlaysCallback.OverlayBitmap Property
ArcGIS Developer Help

IScreenDisplayOverlaysCallback.OverlayBitmap Property

Get bitmap for the specified overlay (Optional). .

[Visual Basic .NET]
Public Function get_OverlayBitmap ( _
    ByVal overlayIdx As Integer _
) As Integer
[C#]
public int get_OverlayBitmap (
    int overlayIdx
);
[C++]
HRESULT get_OverlayBitmap(
  long overlayIdx,
  OLE_HANDLE* hBitmap
);
[C++]
Parameters
overlayIdx [in]

overlayIdx is a parameter of type long hBitmap [out, retval]
hBitmap is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IScreenDisplayOverlaysCallback Interface