This document is archived and information here might be outdated.  Recommended version.


IScreenDisplayOverlaysCallback.DrawOverlay Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplayOverlaysCallback Interface > IScreenDisplayOverlaysCallback.DrawOverlay Method
ArcGIS Developer Help

IScreenDisplayOverlaysCallback.DrawOverlay Method

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

Product Availability

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

See Also

IScreenDisplayOverlaysCallback Interface