ImageAdv.loadJpg() | 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.loadJpg(path:String):Boolean |
Parameters |
path to existing image on local file system. This method does not support loading remote content urls |
Returns |
Boolean indicating if operation succeeded |
Description |
This methods loads bitmap from JPG image into memory. If operation succeed isVaid property should return true. |
Notes |
Example Code |
image = new ImageAdv(); var loaded:Boolean = image.loadJpg(inputPath); if(loaded) { //// }; |
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 |