Control.LogicalToDeviceUnits Method
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.
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. |
- 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
.NET Framework 4.8.1 и други версии
Продукт | Версии |
---|---|
.NET Framework | 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
- 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
.NET Framework 4.8.1 и други версии
Продукт | Версии |
---|---|
.NET Framework | 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: