Click or drag to resize

TransformerSetSize Method

Sets the size of the currently selected transform object to a specified value

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SetSize(
	Size aNewSize
)

Parameters

aNewSize
Type: System.WindowsSize
The specified size value the selected object is to be set to
See Also