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


IMapInset2.GetDeviceFrame Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset2 Interface > IMapInset2.GetDeviceFrame Method
ArcGIS Developer Help

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(
  System.Int32* Left,
  System.Int32* top,
  System.Int32* Right,
  System.Int32* 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