Search
ImagePainter.draw Method (Graphics2D, Image, Rectangle, ImageAlignment)
See Also
 






Draws the specified image in the target rectangle in the specified graphics using the specified image alignment.

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

 Syntax

Java  Copy Code

public static void draw (
    Graphics2D g,
    Image image,
    Rectangle rect,
    ImageAlignment align
)

 Parameters

g

image

rect

align

 See Also