This document is archived and information here might be outdated. Recommended version. |
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*