[]
        
(Showing Draft Content)

C1.Framework.XView.LogicalToDeviceThickness

LogicalToDeviceThickness Method

LogicalToDeviceThickness(Thickness)

Transforms a 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 Thickness LogicalToDeviceThickness(Thickness value)
Parameters
Type Name Description
Thickness value

The Thickness to be scaled.

Returns
Type Description
Thickness

The scaled Thickness.