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

Resize.ResizeMode Property

Gets/sets a value which specifies how to interpret resize dimensions (Width and Height properties).

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

Syntax

Visual Basic
Public Property ResizeMode As ResizeMode
C#
public ResizeMode ResizeMode { get; set; }

Property Value

A member of the ResizeMode enumeration which specifies how to interpret the resize dimensions.

See Also

Reference