ArcObjects Library Reference (Display)  

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,
  long hDC
);
[C++]

Parameters

overlayIdx [in]   overlayIdx is a parameter of type long hDC [in]   hDC is a parameter of type long

Product Availability

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

See Also

IScreenDisplayOverlaysCallback Interface