Search
IGraphics.DrawImage Method
See Also
 





Draws the specified IImage object at the specified location and with the original size.

 Overload List

Name Description

IGraphics.DrawImage (IImage, Double, Double)

Draws the specified image, using its original physical size, at the specified location.

IGraphics.DrawImage (IImage, Rect)

Draws the specified image at the specified location and with the specified size.

IGraphics.DrawImage (IImage, Rect, ImageAlign, Double, Point)

Draws the image represented by the specified IImage object at the specified location, with the specified alignment and rotation.

 See Also