dbicCalendar Send comments on this topic.
LogicalToDeviceUnits(Size) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class > LogicalToDeviceUnits Method : LogicalToDeviceUnits(Size) Method

value
The size to be scaled.
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.

Syntax

Visual Basic (Declaration) 
Overloads Public Function LogicalToDeviceUnits( _
   ByVal value As Size _
) As Size
C# 
public Size LogicalToDeviceUnits( 
   Size value
)

Parameters

value
The size to be scaled.

Return Value

The scaled size.

Requirements

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

See Also