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






Draws the specified image at the specified position.

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

 Syntax

Java  Copy Code

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

 Parameters

image

x

y

 See Also