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

Frame.Height Property

Returns this frame height.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Height As Integer
C#
public virtual int Height { get; }

Property Value

Frame height (in pixels).

Implements

IFrame.Height

See Also

Reference