Syntax | result:=GetIconProperty(@" IconTitle", #FlashRect) |
|||
Type | Icon property |
|||
Description | This property indicates the size of a Flash movie as it was originally created in Flash. The result is returned as a rect; for example, rect(0,0,32,32).
For linked Flash movies, the
You cannot set the value of |
|||
Example | This statement returns the original size of the Flash movie.
originalSize:=GetIconProperty(@"Flash Icon", #FlashRect) |
|||
Related Functions | defaultRect property, defaultRectMode property
|