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

BitmapViewer.ActualSizeVerticalScale Property

Gets an image height multiplied at the ratio screen resolution to image resolution.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property ActualSizeVerticalScale As Single
C#
[BrowsableAttribute(false)]
public float ActualSizeVerticalScale { get; }

Property Value

A height multiplied at the ratio screen resolution to image resolution.

See Also

Reference