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

Resize Constructor (Int32, Int32)

Creates and initializes Resize class instance, and specify new width/height.

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

Syntax

Visual Basic
Public Sub New ( _
	width As Integer, _
	height As Integer _
)
C#
public Resize(
	int width,
	int height
)

Parameters

width

Type: System.Int32

Width of resized bitmap. You can change it later via Width property.
height

Type: System.Int32

Height of resized bitmap. You can change it later via Height property.

See Also

Reference