Search
AwtGraphics.drawImage Method
See Also
 






Draws an Image object.

 Overload List

Name Description

AwtGraphics.drawImage (Image, Double, Double)

Draws the specified image at the specified position.

AwtGraphics.drawImage (Image, Double, Double, Double, Double)

Draws the specified image in the specified rectangle.

AwtGraphics.drawImage (Image, Int32, Int32)

Draws the specified image at the specified position.

AwtGraphics.drawImage (Image, Int32, Int32, Int32, Int32)

Draws the specified image in the specified rectangle.

AwtGraphics.drawImage (Image, Rectangle)

Draws the specified image in the specified rectangle.

AwtGraphics.drawImage (Image, Rectangle, ImageAttributes)

Draws the specified image in the specified rectangle.

AwtGraphics.drawImage (Image, Rectangle2D)

Draws the specified image in the specified rectangle.

AwtGraphics.drawImage (Image, Rectangle2D, ImageAttributes)

Draws the specified image in the specified rectangle.

 See Also