MapWinGIS:AxMap ZoomOut
From MapWindow GIS
ZoomOut
Zooms the display out by the specified factor.
VB.NET Usage
Sub ZoomOut(Percent As Double)
Parameters
|
Percent | The factor to zoom out by. |
Sample Code
Private Sub ZoomOut()
'Zoom out map view by 0.3 percent
Map1.ZoomOut(0.3)
End Sub
VB 6 Usage
Sub ZoomOut(Percent As Double)
Parameters
|
Percent | The factor to zoom out by. |
Sample Code
Private Sub ZoomOut()
'Zoom out map view by 0.3 percent
Map1.ZoomOut (0.3)
End Sub
















