dbicDayView Send comments on this topic.
LogicalToDeviceUnits(Int32) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > LogicalToDeviceUnits Method : LogicalToDeviceUnits(Int32) Method

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

Syntax

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

Parameters

value
The Logical value to convert.

Return Value

The resulting DeviceUnit value.

Requirements

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

See Also