Draws the specified image on the Graphics.
Name | Description | |
---|---|---|
DrawImage(Bitmap, RectangleF) |
Draws the specified Bitmap at the specified location and with the specified size. |
|
DrawImage(Pipeline, RectangleF) |
Draws an image produced by a pipeline on the Graphics. |
|
DrawImage(Bitmap, RectangleF, Single) |
Draws the specified Bitmap at the specified location and with the specified size. |
|
DrawImage(Bitmap, Single, Single) |
Draws the specified Bitmap using its original physical size at the location specified by the coordinate pair. |
|
DrawImage(Pipeline, RectangleF, Single) |
Draws an image produced by a pipeline on the Graphics. |
|
DrawImage(Pipeline, Single, Single) |
Draws an image produced by a pipeline using image's original physical size at the location specified by the coordinate pair. |
|
DrawImage(Bitmap, Single, Single, Single) |
Draws the specified Bitmap using its original physical size at the location specified by the coordinate pair. |
|
DrawImage(Pipeline, Single, Single, Single) |
Draws an image produced by a pipeline using image's original physical size at the location specified by the coordinate pair. |