Resize Constructor

Initializes a new instance of the Resize class.

Overload List

Name Description
Public method Resize()

Initializes a new instance of the Resize class.

Public method Resize(Size)

Initializes a new instance of the Resize class using the specified dimensions.

Public method Resize(Size, ResizeInterpolationMode)

Initializes a new instance of the Resize class using the specified dimensions and interpolation algorithm.

Public method Resize(Size, ResizeMode)

Initializes a new instance of the Resize class using the specified settings.

Public method Resize(Int32, Int32)

Initializes a new instance of the Resize class using the specified width and height.

Public method Resize(Size, ResizeInterpolationMode, ResizeMode)

Initializes a new instance of the Resize class using the specified settings.

Public method Resize(Int32, Int32, ResizeInterpolationMode)

Initializes a new instance of the Resize class using the specified width/height and interpolation algorithm.

Public method Resize(Int32, Int32, ResizeMode)

Initializes a new instance of the Resize class using the specified settings.

Public method Resize(Int32, Int32, ResizeInterpolationMode, ResizeMode)

Initializes a new instance of the Resize class using the specified settings.

See Also

Reference