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

PreLoadedFrame.HorizontalResolution Property

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

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

Syntax

Visual Basic
Public Overrides ReadOnly Property HorizontalResolution As Single
C#
public override float HorizontalResolution { get; }

Property Value

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

See Also

Reference