WebPlanner Programmer's Guide

Utilities.DrawImage Method

See Also
 


 Overload List

Name Description

Utilities.DrawImage (IGraphics, Image, RectangleF, ImageAlign)

Draws the specified image to the specified graphics, using the specified destination rectangle and alignment.

Utilities.DrawImage (IGraphics, Image, RectangleF, ImageAlign, Single, PointF)

Draws the specified image to the specified graphics, using the specified destination rectangle, alignment and rotation.

Utilities.DrawImage (DrawingContext, BitmapSource, Rect, ImageAlign, GraphicsUnit)

Draws the specified image to the specified graphics, using the specified destination rectangle and alignment.

 See Also