JPlanner Programmer's Guide
Graphics.drawImage Method (Image, RectangleD)
See Also
 






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

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void drawImage (
    Image image,
    RectangleD dest
)

 Parameters

image

The Image to draw.

dest

The RectangleD object that specifies the location and size of the drawn image.

 See Also

drawImage Method Overload List
Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace