ArcObjects Library Reference (Carto)  

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