Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Control.LogicalToDeviceUnits Method

Definition

Namespace:
System.Windows.Forms
Assembly:
System.Windows.Forms.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

Name Description
LogicalToDeviceUnits(Size)

Transforms a size from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for width and height.

LogicalToDeviceUnits(Int32)

Converts a Logical DPI value to its equivalent DeviceUnit DPI value.

LogicalToDeviceUnits(Size)

Source:
Control.cs
Source:
Control.cs
Source:
Control.cs
Source:
Control.cs
Source:
Control.cs

Transforms a size from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for width and height.

public:
 System::Drawing::Size LogicalToDeviceUnits(System::Drawing::Size value);
public System.Drawing.Size LogicalToDeviceUnits(System.Drawing.Size value);
member this.LogicalToDeviceUnits : System.Drawing.Size -> System.Drawing.Size
Public Function LogicalToDeviceUnits (value As Size) As Size

Parameters

value
Size

The size to be scaled.

Returns

The scaled size.

Applies to

LogicalToDeviceUnits(Int32)

Source:
Control.cs
Source:
Control.cs
Source:
Control.cs
Source:
Control.cs
Source:
Control.cs

Converts a Logical DPI value to its equivalent DeviceUnit DPI value.

public:
 int LogicalToDeviceUnits(int value);
public int LogicalToDeviceUnits(int value);
member this.LogicalToDeviceUnits : int -> int
Public Function LogicalToDeviceUnits (value As Integer) As Integer

Parameters

value
Int32

The Logical value to convert.

Returns

The resulting DeviceUnit value.

Applies to


Feedback

Was this page helpful?