DEXTUploadJ
DEXTUploadJ References > ImageTool > Method > LoadImage
LoadImage Method
- Version
- 1.0.1.0
- Environment
- Sun JDK1.4
- Target
- ImageTool
- Signature 1
- public boolean LoadImage(java.lang.String _ImageFilePath)
- Signature 2
- public boolean LoadImage(java.io.File _ImageFile)
- Parameters
-
Name Signature Description _ImageFilePath java.lang.String Route of source image file _ImageFile java.io.File Source image file - Return value
- Throws
- DEXTUploadException
- java.io.IOException
- Description
-
Load assigned file.
- Usage (Signature1)
-
ImageTool image = ImageTool.getImageTool(); image.LoadImage(ImageFilePath);
- Usage (Signature2)
-
ImageTool image = ImageTool.getImageTool(); image.LoadImage(ImageFile);