TdxCustomMapControl.ZoomOut Method
In This Article
Zooms out of the map.
#Declaration
Delphi
procedure ZoomOut;
#Remarks
This method decrements the ZoomLevel property value by 1. Refer to the property description to learn how the map control responds to property value changes.
See Also