 | CLAYOUTSetRectangle Method |
Sets the current bounds for a rectangle previously added to the layout
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetRectangle(
int rect,
double min_x,
double min_y,
double max_x,
double max_y
)
public void SetRectangle(
int rect,
double min_x,
double min_y,
double max_x,
double max_y
)
Public Sub SetRectangle (
rect As Integer,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
)
Public Sub SetRectangle (
rect As Integer,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double
)
public:
void SetRectangle(
int rect,
double min_x,
double min_y,
double max_x,
double max_y
)
public:
void SetRectangle(
int rect,
double min_x,
double min_y,
double max_x,
double max_y
)
member SetRectangle :
rect : int *
min_x : float *
min_y : float *
max_x : float *
max_y : float -> unit
member SetRectangle :
rect : int *
min_x : float *
min_y : float *
max_x : float *
max_y : float -> unit
Parameters
- rect
- Type: SystemInt32
Rectangle to set info for (-1 for parent) - min_x
- Type: SystemDouble
Rectangle Min X - min_y
- Type: SystemDouble
Rectangle Min Y - max_x
- Type: SystemDouble
Rectangle Max X - max_y
- Type: SystemDouble
Rectangle Max Y
See Also