| Syntax | SetIconProperty(@"IconTitle", #defaultRectMode, rect) |
||||
| Type | Icon property |
||||
| Description | This property controls how the default size is set for all new sprites created from a Flash sprite icon. You specify the property value as a Rect; for example, Rect(0,0,32,32).
The
The
You can get and set the value of the |
||||
| Example | This statement sets the defaultRectMode property to the original size of the imported Flash movie.
SetIconProperty(@"Flash Icon", #defaultRectMode, #Flash) |
||||
| Related Functions | FlashRect property, defaultRect property
|