dbicCalendar Send comments on this topic.
LogicalToDeviceUnits Method
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : LogicalToDeviceUnits Method

Converts a Logical DPI value to its equivalent DeviceUnit DPI value.

Overload List

OverloadDescription
LogicalToDeviceUnits(Int32)Converts a Logical DPI value to its equivalent DeviceUnit DPI value. (Inherited from System.Windows.Forms.Control)
LogicalToDeviceUnits(Size)Transforms a size from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for width and height. (Inherited from System.Windows.Forms.Control)

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also