[]
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 Thickness LogicalToDeviceThickness(Thickness value)
Type | Name | Description |
---|---|---|
Thickness | value | The C1.Framework.Thickness to be scaled. |
Type | Description |
---|---|
Thickness | The scaled C1.Framework.Thickness. |