DpiHelper::LogicalToDeviceUnits Method (RectangleF)

 

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:
[ExtensionAttribute]
static RectangleF LogicalToDeviceUnits(
	RectangleF logicalRect
)

Parameters

logicalRect
Type: System.Drawing::RectangleF

The rectangle.

Return Value

Type: System.Drawing::RectangleF

The device units.

Return to top
Show: