 | CLAYOUTGetRectangle Method |
Gets the current bounds for a rectangle or the parent layout
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetRectangle(
int rect,
ref double min_x,
ref double min_y,
ref double max_x,
ref double max_y
)
public void GetRectangle(
int rect,
ref double min_x,
ref double min_y,
ref double max_x,
ref double max_y
)
Public Sub GetRectangle (
rect As Integer,
ByRef min_x As Double,
ByRef min_y As Double,
ByRef max_x As Double,
ByRef max_y As Double
)
Public Sub GetRectangle (
rect As Integer,
ByRef min_x As Double,
ByRef min_y As Double,
ByRef max_x As Double,
ByRef max_y As Double
)
public:
void GetRectangle(
int rect,
double% min_x,
double% min_y,
double% max_x,
double% max_y
)
public:
void GetRectangle(
int rect,
double% min_x,
double% min_y,
double% max_x,
double% max_y
)
member GetRectangle :
rect : int *
min_x : float byref *
min_y : float byref *
max_x : float byref *
max_y : float byref -> unit
member GetRectangle :
rect : int *
min_x : float byref *
min_y : float byref *
max_x : float byref *
max_y : float byref -> unit
Parameters
- rect
- Type: SystemInt32
Rectangle to get 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