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

Resize.Height Property

Gets/sets a height of resized bitmap.

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

Syntax

Visual Basic
Public Property Height As Single
C#
public float Height { get; set; }

Property Value

Height of resized bitmap.

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.

Default value is 0.

See Also

Reference