Table of Contents

Constructor DisplayScalingSettings

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

DisplayScalingSettings(bool, float?)

Initializes a new instance of the DisplayScalingSettings class with specified parameters.

public DisplayScalingSettings(bool autoScalingEnabled = true, float? customDpiScale = null)

Parameters

autoScalingEnabled bool

Indicates whether automatic scaling is enabled.

customDpiScale float?

Custom DPI scale value.