This document is archived and information here might be outdated. Recommended version. |
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*