DpiHelper.LogicalToDeviceUnits Method (SizeF)

 

Converts the specified coordinates from logical units to device units.

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

public static SizeF LogicalToDeviceUnits(
	this SizeF logicalSize
)

Parameters

logicalSize
Type: System.Drawing.SizeF

The logical size.

Return Value

Type: System.Drawing.SizeF

The device units.

Return to top
Show: