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

ResizeMode Enumeration

Contains values for the resize modes (how the resize parameters should be intepreted).

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

Syntax

Visual Basic
Public Enumeration ResizeMode
C#
public enum ResizeMode

Members

Member name Description
Fit

The resize width and height specify the rectangle the image should be inscribed to (image proportions should be preserved).

Shrink

The same as Fit, but the resize occurs only if resize dimensions are smaller than image dimensions.

Resize

The resize width and height specify dimensions of the image after resize. Proportions are not preserved.

See Also

Reference