Search
AwtGraphics.drawImage Method (Image, Int32, Int32, Int32, Int32)
See Also
 






Draws the specified image in the specified rectangle.

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

x

y

width

height

 See Also