AutoPlay Media Studio 9

Input.SetSize

Input.SetSize

This is the first topic This is the last topic  

Input.SetSize

This is the first topic This is the last topic  

OverviewExamples

Input.SetSize (

string ObjectName,

number Width,

number Height )

Example 1

Input.SetSize("Grower", 100, 150);

Set the "Grower" input object's width to 100 pixels and it's height to 150 pixels.

Example 2

Input.SetSize("Expand", Input.GetSize("Expand").Width + 200, Input.GetSize("Expand").Height + 100);

Increases the "Expand" input object's current width by 200 pixels and it's current height by 100 pixels. The Input.GetSize action is used here to get the current size of the image object.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us