DpiHelper.LogicalToDeviceUnits Method (PointF)

 

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

Parameters

logicalPoint
Type: System.Drawing.PointF

A logical point.

Return Value

Type: System.Drawing.PointF

The device units.

Return to top
Show: