This document is archived and information here might be outdated. Recommended version. |
Sets the position of the view window.
[Visual Basic .NET]
Public Sub SetPosition ( _
ByVal left As Integer, _
ByVal top As Integer, _
ByVal width As Integer, _
ByVal height As Integer _
)
[C#]
public void SetPosition (
int left,
int top,
int width,
int height
);