Click or drag to resize
CIMGRelocate Method
Re-locate a grid image.

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)
Syntax
public void Relocate(
	double d1,
	double d2,
	double d3,
	double d4,
	int i5
)

Parameters

d1
Type: SystemDouble
area X minimum
d2
Type: SystemDouble
area Y minimum
d3
Type: SystemDouble
area X maximum
d4
Type: SystemDouble
area Y maximum
i5
Type: SystemInt32
See IMG_RELOCATEConstant
See Also