This method scrolls the image according to the values set in the ScrollValueH and ScrollValueV properties.

[Visual Basic] Public Function ScrollImage(Direc As ScrollDirection) As Boolean
[C#] public bool ScrollImage(ScrollDirection Direc) ;

Parameters

Direc
This value is of ScrollDirection type.

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

This method scrolls the image according to the values set in the ScrollValueH and ScrollValueV properties.

The ScrollValueH and ScrollValueV properties must be set prior to executing this method.

Note: This method is only enabled when the image is displayed in actual size.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation