Click or drag to resize

TransformerSetWidth Method

Sets the width 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 SetWidth(
	double aNewWidth,
	bool aKeepAspect = false
)

Parameters

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