DpiHelper.LogicalToDeviceUnitsX Method
Include Protected Members
Include Inherited Members
Returns the closest value in logical units that are converted to an integer value when converted to horizontal device units.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
LogicalToDeviceUnitsX(Double) | Returns the closest value in logical units that are converted to an integer value when converted to horizontal device units. | |
LogicalToDeviceUnitsX(Int32) | Returns the closest value in logical units that are converted to an integer value when converted to horizontal device units. | |
LogicalToDeviceUnitsX(Single) | Returns the closest value in logical units that are converted to an integer value when converted to horizontal device units. |
Top