JPlanner Programmer's Guide
Graphics.drawImage Method
See Also
 






Draws an image.

 Overload List

Name Description

Graphics.drawImage (Image, Double, Double)

Draws the specified Image, using its original physical size, at the specified location.

Graphics.drawImage (Image, Double, Double, Double, Double)

Draws the specified Image at the specified location and with the specified size.

Graphics.drawImage (Image, Int32, Int32)

Draws the specified Image, using its original physical size, at the specified location.

Graphics.drawImage (Image, Int32, Int32, Int32, Int32)

Draws the specified Image at the specified location and with the specified size.

Graphics.drawImage (Image, Rectangle)

Draws the specified Image at the specified location and with the specified size.

Graphics.drawImage (Image, RectangleD)

Draws the specified Image at the specified location and with the specified size.

 See Also

Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace