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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 scale
)

Parameters

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