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