Scrolling an Image

LEADTOOLS provides the following for scrolling images in the ILEADRasterView object:

AutoScroll property

HScrollInfo property

Scroll event

VScrollInfo property

To enable the implementation of automatic scrollbars, the AutoScroll property must be set to TRUE. Is this property is set to TRUE, then whenever the user drags the box on an ILEADRasterView object's scrollbar, a Scroll event occurs, notifying the user that the image has been scrolled. Information about the horizontal and vertical scrollbars can be obtained in the HScrollInfo property and VScrollInfo property.