DEXTUploadJ
DEXTUploadJ References > ImageTool > Method > getWidth
getWidth Method
- Version
- 1.0.1.0
- Environment
- Sun JDK1.4
- Target
- ImageTool
- Signature
- public int getWidth()
- Parameters
- Return value
- Width of loaded image file
- Throws
- Description
-
Seek the width of current image. (unit is Pixel)
- Usage
-
ImageTool image = ImageTool.getImageTool(); image.getWidth();