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.