Search
ItemDrawContext.drawImage Method
See Also
 






Draws the specified image in the specified rectangle, using the specified alignment.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void drawImage (
    Image image,
    Rectangle bounds,
    ImageAlignment alignment
)

 Parameters

image

The image to draw.

bounds

The destination rectangle.

alignment

The alignment to use when drawing.

 See Also