  | CLAYOUTiAddRectangle Method  | 
 Adds a rectangle as one of the layout's children (Higer.
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic int iAddRectangle(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)
public int iAddRectangle(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)
Public Function iAddRectangle ( 
	min_x As Double,
	min_y As Double,
	max_x As Double,
	max_y As Double
) As Integer
Public Function iAddRectangle ( 
	min_x As Double,
	min_y As Double,
	max_x As Double,
	max_y As Double
) As Integer
public:
int iAddRectangle(
	double min_x, 
	double min_y, 
	double max_x, 
	double max_y
)
public:
int iAddRectangle(
	double min_x, 
	double min_y, 
	double max_x, 
	double max_y
)
member iAddRectangle : 
        min_x : float * 
        min_y : float * 
        max_x : float * 
        max_y : float -> int 
member iAddRectangle : 
        min_x : float * 
        min_y : float * 
        max_x : float * 
        max_y : float -> int 
Parameters
- min_x
 - Type: SystemDouble
Rectangle Min X   (All 0's for undefined allowed) - min_y
 - Type: SystemDouble
Rectangle Min Y - max_x
 - Type: SystemDouble
Rectangle Max X - max_y
 - Type: SystemDouble
Rectangle Max Y 
Return Value
Type: 
Int32Rectangle number, -1 on error
See Also