Overload | Description |
---|---|
DrawImage(Image,RectangleF,ContentAlignment,ImageSizeModeEnum) | Draws the specified System.Drawing.Image object at the specified location, adjusting the image size as specified by the align and mode parameters. |
DrawImage(Image,RectangleF) | Draws the specified System.Drawing.Image object at the specified location, stretching it to fit the destination rectangle. |
DrawImage(Image,RectangleF,RectangleF) | Draws the specified System.Drawing.Image object at the specified location, clipping the output to the given clipping rectangle. |