Search
AwtGraphics.drawImage Method (Image, Double, Double, Double, Double)
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,
    double x,
    double y,
    double width,
    double height
)

 Parameters

image

x

y

width

height

 See Also