This document is archived and information here might be outdated. Recommended version. |
Draw overlays to the specified DC.
[Visual Basic .NET]
Public Sub DrawOverlay ( _
ByVal overlayIdx As Integer, _
ByVal hDC As Integer _
)
[C#]
public void DrawOverlay (
int overlayIdx,
int hDC
);
[C++]
HRESULT DrawOverlay(
long overlayIdx,
OLE_HANDLE hDC
);
[C++] Parameters overlayIdx [in]
overlayIdx is a parameter of type long hDC [in]
hDC is a parameter of type OLE_HANDLE