Click or drag to resize

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
Syntax
public 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
)

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