BaseFormOnDeviceScaleChanged Method

Raises the DeviceScaleChanged event.
See the Remarks section of the DeviceScaleChanged event for more details.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected virtual void OnDeviceScaleChanged(
	DeviceScaleChangeEventArgs e
)

Parameters

e  DeviceScaleChangeEventArgs
A DeviceScaleChangeEventArgs that contains the event data.

See Also