The ZoomIn() Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Zooms in to a higher resolution.| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub ZoomIn() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As JpipRasterImageViewer instance.ZoomIn() | |
| C# | |
|---|---|
public void ZoomIn() | |
| C++/CLI | |
|---|---|
public: void ZoomIn(); | |
This example calls this function to zoom in to the next resolution after the file has been opened. For an example, refer to JpipRasterImageViewer.
Zooms in to a higher resolution, or double the size of the current resolution. If the image is at the highest resolution when ZoomIn() is called, nothing will happen.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code