DpiHelper.LogicalToDeviceUnits Method (Point)

 

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 Point LogicalToDeviceUnits(
	this Point logicalPoint
)

Parameters

logicalPoint
Type: System.Drawing.Point

A logical point.

Return Value

Type: System.Drawing.Point

The device units.

Return to top
Show: