Creates and initializes Resize class instance.
Name | Description | |
---|---|---|
Resize() |
Creates and initializes Resize class instance. |
|
Resize(Size) |
Creates and initializes Resize class instance, and specify new width/height. |
|
Resize(SizeF) |
Creates and initializes Resize class instance, and specify new width/height. |
|
Resize(Size, InterpolationMode) |
Creates and initializes Resize class instance. You can specify here new width/height, and interpolation algorithm. |
|
Resize(SizeF, InterpolationMode) |
Creates and initializes Resize class instance. You can specify here new width/height, and interpolation algorithm. |
|
Resize(Int32, Int32) |
Creates and initializes Resize class instance, and specify new width/height. |
|
Resize(Single, Single) |
Creates and initializes Resize class instance, and specify new width/height. |
|
Resize(Int32, Int32, InterpolationMode) |
Creates and initializes Resize class instance. You can specify here new width/height, and interpolation algorithm. |
|
Resize(Single, Single, InterpolationMode) |
Creates and initializes Resize class instance. You can specify here new width/height, and interpolation algorithm. |