Click or drag to resize

GraphicsDrawImage Method

Overload List
  NameDescription
Public methodDrawImage(Image, PointF)
Draws the specified image at a location with no scaling
Public methodDrawImage(Image, RectangleF)
Draws the specified image in a rectangle
Public methodDrawImage(Image, RectangleF, PointF)
Draws the source portion of an image, scaling to the specified destination
Public methodDrawImage(Image, RectangleF, RectangleF)
Draws the source portion of an image, scaling to the specified destination
Public methodDrawImage(Image, Single, Single)
Draws the specified image at a location with no scaling
Public methodDrawImage(Image, Single, Single, Single, Single)
Draws the specified image in a rectangle
Top
See Also