Table of Contents

Constructor DpiChangedEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DpiChangedEventArgs(SizeI, SizeI)

Initializes a new instance of the DpiChangedEventArgs class.

public DpiChangedEventArgs(SizeI oldDpi, SizeI newDpi)

Parameters

oldDpi SizeI

Old DPI value.

newDpi SizeI

New DPI value.