Resizes the bitmap.
| Name | Description | |
|---|---|---|
|
|
Resize(Size) |
Resizes the bitmap to the specified dimensions. |
|
|
Resize(Size, ResizeInterpolationMode) |
Resizes the bitmap to the specified dimensions using a given interpolation algorithm. |
|
|
Resize(Size, ResizeMode) |
Resizes the bitmap to the specified dimensions using a given resize mode. |
|
|
Resize(Int32, Int32) |
Resizes the bitmap to the specified dimensions. |
|
|
Resize(Size, ResizeInterpolationMode, ResizeMode) |
Resizes the bitmap to the specified dimensions using a given interpolation algorithm and resize mode. |
|
|
Resize(Int32, Int32, ResizeInterpolationMode) |
Resizes the bitmap to the specified dimensions using a given interpolation algorithm. |
|
|
Resize(Int32, Int32, ResizeMode) |
Resizes the bitmap to the specified dimensions using a given resize mode. |
|
|
Resize(Int32, Int32, ResizeInterpolationMode, ResizeMode) |
Resizes the bitmap to the specified dimensions using a given interpolation algorithm and resize mode. |