This documentation is for the old version. Go to the latest Graphics Mill docs

TransformsProvider.Resize Method

Resizes the image.

Overload List

Name Description
Public method Resize(Size)

Resizes the image.

Public method Resize(SizeF)

Resizes the image.

Public method Resize(Size, InterpolationMode)

Resizes the image.

Public method Resize(Size, ResizeMode)

Resizes the image.

Public method Resize(SizeF, InterpolationMode)

Resizes the image.

Public method Resize(SizeF, ResizeMode)

Resizes the image.

Public method Resize(Int32, Int32)

Resizes the image.

Public method Resize(Single, Single)

Resizes the image.

Public method Resize(Size, ResizeMode, InterpolationMode)

Resizes the image.

Public method Resize(SizeF, ResizeMode, InterpolationMode)

Resizes the image.

Public method Resize(Int32, Int32, InterpolationMode)

Resizes the image.

Public method Resize(Int32, Int32, ResizeMode)

Resizes the image.

Public method Resize(Single, Single, InterpolationMode)

Resizes the image.

Public method Resize(Single, Single, ResizeMode)

Resizes the image.

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

Resizes the image.

Public method Resize(Single, Single, ResizeMode, InterpolationMode)

Resizes the image.

See Also

Reference