Search
AwtGraphics.drawImage Method (Image, Rectangle, ImageAttributes)
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,
    Rectangle dest,
    ImageAttributes attrs
)

 Parameters

image

dest

attrs

 See Also