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