Search
AwtGraphics.drawImage Method (Image, Int32, Int32)
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,
    int x,
    int y
)

 Parameters

image

x

y

 See Also