This document is archived and information here might be outdated. Recommended version. |
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*