Table of Contents

Method DoubleClickSizeDips

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

DoubleClickSizeDips(float?)

Gets the system double-click size converted to device-independent pixels (DIPs).

public static SizeD DoubleClickSizeDips(float? scaleFactor = null)

Parameters

scaleFactor float?

An optional scale factor to use for the conversion. If null, the system's current scale factor is used.

Returns

SizeD

A SizeD representing the double-click size in device-independent pixels.