Resize.Height Property

Gets or sets a height of the resulting image.

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

Syntax

C#
public int Height { get; set; }

Property Value

The height of the resulting image. The default value is 0.

Remarks

If this value is set to 0, it is calculated automatically to preserve bitmap aspect ratio. Width and Height cannot be set to 0 at the same time. If you specify non-zero values for both dimensions, you should also specify the ResizeMode.

See Also

Reference