LogicalToDeviceThickness Method (C1InputPanel)
Transforms a
C1.Framework.Thickness from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for left, right, top and bottom.
'Declaration
Public Function LogicalToDeviceThickness( _
ByVal As Thickness _
) As Thickness
Parameters
- value
- The C1.Framework.Thickness to be scaled.
Return Value