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

Resize Constructor (Single, Single)

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 Single, _
	height As Single _
)
C#
public Resize(
	float width,
	float height
)

Parameters

width

Type: System.Single

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

Type: System.Single

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

See Also

Reference