ImageAdv.height | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to ImageAdv Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.ImageAdv.height |
Parameters |
Returns |
Number |
Description |
returns current height of bitmap image representation in memory. This value can change over time due to operations performed on bitmap, e.g. due to rotation or scale operations. |
Notes |
readonly |
Example Code |
if(image.isValid) { var currentHeight:int = image.height; }; |
mdm.ImageAdv Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |