ArcObjects Library Reference (Display)  

IScreenDisplayOverlaysCallback.OverlayExtent Property

Draw overlays to the specified DC.

[Visual Basic .NET]
Public Function get_OverlayExtent ( _
    ByVal overlayIdx As Integer _
) As tagRECT
[C#]
public tagRECT get_OverlayExtent (
    int overlayIdx
);
[C++]
HRESULT get_OverlayExtent(
  long overlayIdx,
  tagRECT* extent
);
[C++]

Parameters

overlayIdx [in]   overlayIdx is a parameter of type long extent [out, retval]

  extent is a parameter of type tagRECT

Product Availability

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

See Also

IScreenDisplayOverlaysCallback Interface