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
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void SetRectangle(
	int rect,
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

Parameters

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