Syntax | SetIconProperty(@" IconTitle", #defaultRect, rect) |
|||
Type | Icon property |
|||
Description | This property controls the default size used for all new sprites created from a Flash movie sprite icon. The defaultRect setting also applies to all existing sprites that have not been stretched. You specify the property values as a Rect ; for example, Rect(0,0,32,32) .
The
You can get and set the value of the |
|||
Example | This statement sets the defaultRect property to the size of the Presentation window.
SetIconProperty(@"Flash Icon", #defaultRect, Rect(0,0,WindowWidth, WindowHeight)) |
|||
Related Functions | FlashRect property, defaultRectMode property
|