LogicalToDeviceThickness Method (C1RibbonForm)
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.
public C1.Framework.Thickness LogicalToDeviceThickness(
C1.Framework.Thickness
)
'Declaration
Public Function LogicalToDeviceThickness( _
ByVal As C1.Framework.Thickness _
) As C1.Framework.Thickness
Parameters
- value
- The C1.Framework.Thickness to be scaled.
Return Value
The scaled C1.Framework.Thickness.