←Select platform

scrollTo Method

Summary

Scrolls the image to the specified position.

Syntax

C#
VB
Java
public void scrollTo(  
   int x, 
   int y 
) 
Public Sub scrollTo( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
)  
public void scrollTo(int x, int y) 

Parameters

x
The horizontal position to scroll the image to.

y
The vertical position to scroll the image to.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)