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






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

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

 Syntax

Java  Copy Code

public void drawImage (
    Image image,
    int x,
    int y
)

 Parameters

image

The Image to draw.

x

The x-coordinate of the upper-left corner of the drawn image.

y

The y-coordinate of the upper-left corner of the drawn image.

 See Also

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