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


IMapInset2.SetDeviceFrame 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.SetDeviceFrame Method
ArcGIS Developer Help

IMapInset2.SetDeviceFrame Method

Pixel extent of the inset.

[Visual Basic .NET]
Public Sub SetDeviceFrame ( _
    ByVal Left As Integer, _
    ByVal top As Integer, _
    ByVal Right As Integer, _
    ByVal bottom As Integer _
)
[C#]
public void SetDeviceFrame (
    int Left,
    int top,
    int Right,
    int bottom
);
[C++]
HRESULT SetDeviceFrame(
  long Left,
  long top,
  long Right,
  long bottom
);
[C++]
Parameters
Left [in]

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

Product Availability

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

See Also

IMapInset2 Interface