Zooms the image to the specified rectangle.
public virtual void ZoomToRectangle(Rectangle rc)
Public Overridable Sub ZoomToRectangle( _ByVal rc As Rectangle _)
public:virtual void ZoomToRectangle(Rectangle rc)
rc
The rectangle to which the image should be zoomed, in client coordinates.
This example zooms to a 200x200 square in the center of the image .
Imports Leadtools.WinFormsImports LeadtoolsImports Leadtools.CodecsImports Leadtools.ImageProcessing.ColorImports Leadtools.DrawingPublic Sub RasterImageViewer_ZoomToRectangle(ByVal viewer As RasterImageViewer)Dim rectSize As Integer = 200Dim left As Integer = (viewer.ClientRectangle.Right - viewer.ClientRectangle.Left - rectSize) \ 2Dim top As Integer = (viewer.ClientRectangle.Bottom - viewer.ClientRectangle.Top - rectSize) \ 2Dim rcZoom As Rectangle = New Rectangle(left, top, rectSize, rectSize)viewer.ZoomToRectangle(rcZoom)End Sub
using Leadtools.WinForms;using Leadtools;using Leadtools.Codecs;using Leadtools.ImageProcessing.Color;using Leadtools.Drawing;public void RasterImageViewer_ZoomToRectangle(RasterImageViewer viewer){int rectSize = 200;int left = (viewer.ClientRectangle.Right - viewer.ClientRectangle.Left - rectSize) / 2;int top = (viewer.ClientRectangle.Bottom - viewer.ClientRectangle.Top - rectSize) / 2;Rectangle rcZoom = new Rectangle(left, top, rectSize, rectSize);viewer.ZoomToRectangle(rcZoom);}
|
Products |
Support |
Feedback: ZoomToRectangle Method - Leadtools.WinForms |
Introduction |
Help Version 19.0.2017.3.22
|

Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.