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)
<BrowsableAttribute(True)> _ Public Property ScaleToActualSize As Boolean
[BrowsableAttribute(true)] public bool ScaleToActualSize { get; set; }
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.