DpiHelper.LogicalToDeviceUnits Method (Thickness)

 

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public static Thickness LogicalToDeviceUnits(
	this Thickness logicalThickness
)

Parameters

logicalThickness
Type: System.Windows.Thickness

The thickness in logical units.

Return Value

Type: System.Windows.Thickness

The device units.

Return to top
Show: