This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplayOverlaysCallback Interface > IScreenDisplayOverlaysCallback.OverlayBitmap Property (ArcObjects .NET 10.5 SDK) |
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