Resize Constructor (Int32, Int32)

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

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

Syntax

C#
public Resize(
	int width,
	int height
)

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.

See Also

Reference