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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void Relocate(
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	int asp
)

Parameters

min_x
Type: SystemDouble
Area X minimum
min_y
Type: SystemDouble
Area Y minimum
max_x
Type: SystemDouble
Area X maximum
max_y
Type: SystemDouble
Area Y maximum
asp
Type: SystemInt32
<define>IMG_RELOCATE</define>
See Also