Click or drag to resize
CMVIEWReScale Method
Change the scale of a view.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The view size is multiplied by the scale factor. The view location will move relative to the map origin by the scale factor.
Syntax
public void ReScale(
	double d1
)

Parameters

d1
Type: SystemDouble
scale factor (> 0.0)
See Also