Click or drag to resize
CLAYOUTGetRectangle Method
Gets the current bounds for a rectangle or the parent layout

Available since Oasis montaj version: 6.3.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetRectangle(
	int i1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5
)

Parameters

i1
Type: SystemInt32
Rectangle to get info for (-1 for parent)
d2
Type: SystemDouble
Rectangle Min X
d3
Type: SystemDouble
Rectangle Min Y
d4
Type: SystemDouble
Rectangle Max X
d5
Type: SystemDouble
Rectangle Max Y
See Also