JPlanner Programmer's Guide
Graphics.drawImage Method (Image, Int32, Int32, Int32, Int32)
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,
    int x,
    int y,
    int width,
    int height
)

 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.

width

The width of the drawn image.

height

The height of the drawn image.

 See Also

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