This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplayOverlaysCallback Interface > IScreenDisplayOverlaysCallback.DrawOverlay Method (ArcObjects .NET 10.4 SDK) |
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,
long hDC
);
[C++]
Parameters overlayIdx [in] overlayIdx is a parameter of type long hDC [in] hDC is a parameter of type long