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

ViewerBase.ViewerResolution Property

Gets the monitor resolution as it is specified in Windows settings.

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

Syntax

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

Property Value

Display resolution in DPI.

See Also

Reference