Error processing SSI file
(Leadtools.Controls)

Show in webframe

ScrollByRestrict Method




The amount by which to scroll the viewer.
Scrolls the viewer by the specified amount in pixels while always restricting the value to the current minimum and maximum allowed.
Syntax
public virtual void ScrollByRestrict( 
   LeadPoint point
)
'Declaration
 
Public Overridable Sub ScrollByRestrict( _
   ByVal point As LeadPoint _
) 

Parameters

point
The amount by which to scroll the viewer.
Remarks

ScrollByRestrict will restrict scrolling between 0,0 and MaximumScrollSize regardless of the value of RestrictScroll. Internall, the viewer will call RestrictScrollOffset on the result of adding point to current scroll offset before setting that into ScrollOffset.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file