Click or drag to resize
CLAYOUTSetRectangle Method
Sets the current bounds for a rectangle previously added to the 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 SetRectangle(
	int i1,
	double d2,
	double d3,
	double d4,
	double d5
)

Parameters

i1
Type: SystemInt32
Rectangle to set 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