Scrolls the Panel so that its upper-left corner is at the given pixel coordinates
of the drawing.
Namespace:
KansasStateUniversity.TreeViewer2
Assembly:
KansasStateUniversity.TreeViewer2 (in KansasStateUniversity.TreeViewer2.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void ScrollTo(
int x,
int y
)
Public Sub ScrollTo (
x As Integer,
y As Integer
)
public:
void ScrollTo(
int x,
int y
)
member ScrollTo :
x : int *
y : int -> unit
Parameters
- x
- Type: SystemInt32
The horizontal offset in pixels. - y
- Type: SystemInt32
The vertical offset in pixels.
See Also