Resize Constructor (Int32, Int32, ResizeMode)

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

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Resize(
	int width,
	int height,
	ResizeMode resizeMode
)

Parameters

width

Type: System.Int32

The width of the resulting image. You can change this value later using the Width property.
height

Type: System.Int32

The height of the resulting image. You can change this value later using the Height property.
resizeMode

Type: Aurigma.GraphicsMill.Transforms.ResizeMode

A ResizeMode which specifies how to interpret the resize dimensions. You can change this value later using the ResizeMode property.

See Also

Reference