Click or drag to resize

GUIFactoryServiceScreenResolutionDpi Property

Gets the screen resolution that is set in windows in dots per inch.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract PointD2D ScreenResolutionDpi { get; }

Property Value

PointD2D

Implements

IGuiFactoryServiceScreenResolutionDpi
See Also