zoomToRect Method

Summary

Zooms the view to the specified rectangle.

Syntax

JavaScript Syntax
ImageViewer.prototype.zoomToRect = function(rect) 
TypeScript Syntax
zoomToRect(rect: LeadRectD): void; 

Parameters

rect

The rectangle in control coordinates.

Remarks

The control will use Zoom and change ScrollOffset (and optionally, the scrollbars) according to the value passed. Therefore, this method will follow the same rules governing the minimum and maximum values of ScrollOffset.

ImageViewerZoomToInteractiveMode uses this method to perform its action.

Requirements

Target Platforms

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

Leadtools.Controls Assembly