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


IMapInset2.GetDeviceFrame Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapInset2.GetDeviceFrame Method

Pixel extent of the inset.

[Visual Basic .NET]
Public Sub GetDeviceFrame ( _
    ByRef Left As Integer, _
    ByRef top As Integer, _
    ByRef Right As Integer, _
    ByRef bottom As Integer _
)
[C#]
public void GetDeviceFrame (
    ref int Left,
    ref int top,
    ref int Right,
    ref int bottom
);
[C++]
HRESULT GetDeviceFrame(
  long* Left,
  long* top,
  long* Right,
  long* bottom
);
[C++]

Parameters Left [out] Left is a parameter of type long top [out] top is a parameter of type long Right [out] Right is a parameter of type long bottom [out] bottom is a parameter of type long

Product Availability

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

See Also

IMapInset2 Interface