 | 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
Syntaxpublic 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
)
Public Sub Relocate (
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
asp As Integer
)
Public Sub Relocate (
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
asp As Integer
)
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
)
member Relocate :
min_x : float *
min_y : float *
max_x : float *
max_y : float *
asp : int -> unit
member Relocate :
min_x : float *
min_y : float *
max_x : float *
max_y : float *
asp : int -> unit
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