Resize Constructor (Size, 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(
	Size size,
	ResizeMode resizeMode
)

Parameters

size

Type: System.Drawing.Size

A Size structure containing width and height of the resulting image. You can change these parameters later using Width and 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