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

Frame.VerticalResolution Property

Gets a vertical resolution of the bitmap stored in the frame.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property VerticalResolution As Single
C#
public virtual float VerticalResolution { get; }

Property Value

An integer value which specifies a vertical resolution of the bitmap stored in the frame.

See Also

Reference