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

BitmapViewer.ActualSizeHorizontalScale Property

Gets an image width 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 ActualSizeHorizontalScale As Single
C#
[BrowsableAttribute(false)]
public float ActualSizeHorizontalScale { get; }

Property Value

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

See Also

Reference