Click or drag to resize

TransformerSetHeight Method

Sets the height length of the currently selected transform object with a specified value and a possibility to keep the current aspect ratio

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SetHeight(
	double aNewHeight,
	bool aKeepAspect = false
)

Parameters

aNewHeight
Type: SystemDouble
Specified double value for the new height length
aKeepAspect (Optional)
Type: SystemBoolean
Determines whether the current aspect ratio is to be kept or not
See Also