Draws the specified Bitmap.
Name | Description | |
---|---|---|
DrawImage(Bitmap, Point, CombineMode) |
Draws the specified Bitmap, using its original physical size, at the specified location. |
|
DrawImage(Bitmap, Int32, Int32, CombineMode) |
Draws the specified Bitmap, using its original physical size, at the location specified by a coordinate pair. |
|
DrawImage(Bitmap, Rectangle, CombineMode, Single, ResizeInterpolationMode) |
Draws the specified Bitmap at the specified location and with the specified size. |
|
DrawImage(Bitmap, Rectangle, Rectangle, CombineMode, Single, ResizeInterpolationMode) |
Draws the specified portion of the specified Bitmap at the specified location and with the specified size. |
|
DrawImage(Bitmap, Int32, Int32, Int32, Int32, CombineMode, Single, ResizeInterpolationMode) |
Draws the specified Bitmap at the specified location and with the specified size. |