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

BitmapViewer.ScaleToActualSize Property

Get/sets value that specifies whether to take into account the image resolution (DPI) during displaying.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property ScaleToActualSize As Boolean
C#
[BrowsableAttribute(true)]
public bool ScaleToActualSize { get; set; }

Property Value

The value that specifies whether to take into account the image resolution (DPI) during displaying.

Remarks

It is useful when image resolution differs from monitor resolution and you need to see actual physical size. Also it handles images with different vertical and horizontal resolutions properly.

See Also

Reference