| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub ZoomOut() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void ZoomOut() | |
| C++/CLI | |
|---|---|
public: void ZoomOut(); | |
This example calls this function to zoom out to a lower resolution after ZoomIn.
For an example, refer to JpipRasterImageViewer.
Zooms out to a lower resolution, or half the size of the image. If the image is
at the lowest resolution when ZoomOut() is called, nothing will happen.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code