Creates and initializes Resize class instance.

Overload List

Name Description
Public method Resize()()()

Creates and initializes Resize class instance.

Public method Resize(Size)

Creates and initializes Resize class instance, and specify new width/height.

Public method Resize(SizeF)

Creates and initializes Resize class instance, and specify new width/height.

Public method Resize(Size, InterpolationMode)

Creates and initializes Resize class instance. You can specify here new width/height, and interpolation algorithm.

Public method Resize(SizeF, InterpolationMode)

Creates and initializes Resize class instance. You can specify here new width/height, and interpolation algorithm.

Public method Resize(Int32, Int32)

Creates and initializes Resize class instance, and specify new width/height.

Public method Resize(Single, Single)

Creates and initializes Resize class instance, and specify new width/height.

Public method Resize(Int32, Int32, InterpolationMode)

Creates and initializes Resize class instance. You can specify here new width/height, and interpolation algorithm.

Public method Resize(Single, Single, InterpolationMode)

Creates and initializes Resize class instance. You can specify here new width/height, and interpolation algorithm.