Initializes a new instance of the Resize class.
Name | Description | |
---|---|---|
Resize() |
Initializes a new instance of the Resize class. |
|
Resize(Size) |
Initializes a new instance of the Resize class using the specified dimensions. |
|
Resize(Size, ResizeInterpolationMode) |
Initializes a new instance of the Resize class using the specified dimensions and interpolation algorithm. |
|
Resize(Size, ResizeMode) |
Initializes a new instance of the Resize class using the specified settings. |
|
Resize(Int32, Int32) |
Initializes a new instance of the Resize class using the specified width and height. |
|
Resize(Size, ResizeInterpolationMode, ResizeMode) |
Initializes a new instance of the Resize class using the specified settings. |
|
Resize(Int32, Int32, ResizeInterpolationMode) |
Initializes a new instance of the Resize class using the specified width/height and interpolation algorithm. |
|
Resize(Int32, Int32, ResizeMode) |
Initializes a new instance of the Resize class using the specified settings. |
|
Resize(Int32, Int32, ResizeInterpolationMode, ResizeMode) |
Initializes a new instance of the Resize class using the specified settings. |