This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset2 Interface > IMapInset2.GetDeviceFrame Method (ArcObjects .NET 10.5 SDK) |
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