Search
IGraphics.DrawImage Method
See Also
 






Draws an image.

 Overload List

Name Description

IGraphics.DrawImage (ImageSource, Double, Double)

Draws the image represented by the specified ImageSource object, using its original physical size, at the specified location.

IGraphics.DrawImage (ImageSource, Rect)

Draws the image represented by the specified ImageSource object at the specified location and with the specified size.

IGraphics.DrawImage (ImageSource, Rect, ImageAlignment, Double, Point)

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

 See Also