DEXTUploadJ
DEXTUploadJ References > ImageTool > Method > DrawText
DrawText Method
- Version
- 1.0.1.0
- Environment
- Sun JDK1.4
- Target
- ImageTool
- Signature
- public void DrawText(java.lang.String _Text, int x, int y)
- Parameters
-
Name Signature Description _Text java.lang.String Sentence to draw on image x int Horizontal location to be drawn on image (Unit Pixel) y int Vertical location to be drawn on image (Unit Pixel) - Return value
- Throws
- Description
-
Write characters on currently working on image.
- Usage
-
...omitted... ImageTool image = ImageTool.getImageTool(); image.DrawText(WatermarkText, 50,50); ...omitted...