Error processing SSI file
(Leadtools.Controls)

Show in webframe

ZoomToRect Method




The rectangle in control coordinates.
Zooms the view to the specified rectangle.
Syntax
public virtual void ZoomToRect( 
   LeadRectD rect
)
'Declaration
 
Public Overridable Sub ZoomToRect( _
   ByVal rect As LeadRectD _
) 

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

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file