ZoomToRectangle Method

Summary

Zooms the image towards the specified rectangle.

Syntax
C#
VB
C++
public void ZoomToRectangle( 
   Rectangle rectangle 
) 
  
Public Sub ZoomToRectangle( _ 
   ByVal rectangle As Rectangle _ 
)  
            public: 
void ZoomToRectangle(  
   Rectangle rectangle 
)  

Parameters

rectangle
the zoom rectangle.

Remarks
  • For more information about the cell, refer to Medical Viewer Cells.
  • To zoom to rectangle using the mouse button, use the AddAction method to add the action ZoomToRectangle to the Medical Viewer Cell. Then use the SetAction method to associate the zoom to rectangle action with a mouse button.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly