Click or drag to resize

ObjectProxySetFlowSize Method (Double, Double)

Sets the size of a flow-item object. The given size if coerces to obey min/max size values for an object

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public void SetFlowSize(
	double aWidth,
	double aHeigt
)

Parameters

aWidth
Type: SystemDouble
the new desired width of the object
aHeigt
Type: SystemDouble
the new desired height of the object
See Also