 | CDSELSelectRect Method |
Select a rectangular area.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic 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
)
Public Sub SelectRect (
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
)
Public Sub SelectRect (
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
)
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
)
member SelectRect :
min_x : float *
min_y : float *
max_x : float *
max_y : float -> unit
member SelectRect :
min_x : float *
min_y : float *
max_x : float *
max_y : float -> unit
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