Click or drag to resize

CIMGRelocate Method

Re-locate a grid image.

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

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