AutoPlay Media Studio 9

Paragraph.SetSize

Paragraph.SetSize

This is the first topic This is the last topic  

Paragraph.SetSize

This is the first topic This is the last topic  

OverviewExamples

Paragraph.SetSize (

string ObjectName,

number Width,

number Height )

Example 1

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

Sets the "Grower" paragraph object's width to 100 pixels and it's height to 150 pixels.

Example 2

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

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

See also: Related Actions


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