Click or drag to resize

CDSELSelectRect Method

Select a rectangular area.

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

public void SelectRect(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

Parameters

min_x
Type: SystemDouble
Min X
min_y
Type: SystemDouble
Min Y
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max Y
See Also