Frame.Height Property

Gets the height of the bitmap stored in the frame.

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

Syntax

C#
public virtual int Height { get; }

Property Value

The frame height (in pixels).

Implements

IImageParams.Height

See Also

Reference