GraphicsDrawImage Method |
Name | Description | |
---|---|---|
DrawImage(Image, PointF) |
Draws the specified image at a location with no scaling
| |
DrawImage(Image, RectangleF) |
Draws the specified image in a rectangle
| |
DrawImage(Image, RectangleF, PointF) |
Draws the source portion of an image, scaling to the specified destination | |
DrawImage(Image, RectangleF, RectangleF) |
Draws the source portion of an image, scaling to the specified destination | |
DrawImage(Image, Single, Single) |
Draws the specified image at a location with no scaling
| |
DrawImage(Image, Single, Single, Single, Single) |
Draws the specified image in a rectangle
|