scrollByRestrict Method

Summary

Scrolls the viewer by the specified amount in pixels while always restricting the value to the current minimum and maximum allowed.

Syntax
TypeScript
JavaScript
ImageViewer.prototype.scrollByRestrict = function( 
   point 
) 
scrollByRestrict( 
   point: LeadPointD 
): void; 

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. Internally, the viewer will call RestrictScrollOffset on the result of adding point to current scroll offset before setting that into ScrollOffset.

Requirements

Target Platforms

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.