ArcObjects Library Reference (Display)  

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,
  long* hBitmap
);
[C++]

Parameters

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

Product Availability

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

See Also

IScreenDisplayOverlaysCallback Interface