Click or drag to resize
CMVIEWTranScale Method
Set the view translation and scaling

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
Warning. For reasons unknown (and maybe a bug), this function resets the view IPJ units. It is a good idea to call the SetUnits_IPJ function after calling this function in order to restore them. This will be addressed in v6.4.
Syntax
public void TranScale(
	double d1,
	double d2,
	double d3,
	double d4
)

Parameters

d1
Type: SystemDouble
X origin (user X to be placed at map 0)
d2
Type: SystemDouble
Y origin (user Y to be placed at map 0)
d3
Type: SystemDouble
X mm/user unit
d4
Type: SystemDouble
Y mm/user unit
See Also