Click or drag to resize

CMVIEWReScale Method

Change the scale of a view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ReScale(
	double scale
)

public void ReScale(
	double scale
)

Parameters

scale
Type: SystemDouble
Scale factor (> 0.0)
Remarks
The view size is multiplied by the scale factor. The view location will move relative to the map origin by the scale factor.
See Also