C#
VB
Java
Objective-C
WinRT C#
Zooms the image to the specified rectangle.
public virtual void ZoomToRect(
Rect rect
)
Public Overridable Sub ZoomToRect( _
ByVal rect As Rect _
)
public virtual void ZoomToRect(
Rect rect
)
- (void)zoomToRect:(CGRect)rect;
public void zoomToRect(RectF rect)
function Leadtools.Controls.ImageViewer.ZoomToRect(
rect
)
rect
The rectangle, in control coordinates, that the image will zoom to.
ImageViewerZoomToInteractiveMode uses this method.
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