DpiHelper.LogicalToDeviceUnitsY Method
Include Protected Members
Include Inherited Members
Returns the closest value in logical units that will be converted to an integer value when converted to vertical 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 | |
---|---|---|
LogicalToDeviceUnitsY(Double) | Returns the closest value in logical units that will be converted to an integer value when converted to vertical device units. | |
LogicalToDeviceUnitsY(Int32) | Returns the closest value in logical units that will be converted to an integer value when converted to vertical device units. | |
LogicalToDeviceUnitsY(Single) | Returns the closest value in logical units that will be converted to an integer value when converted to vertical device units. |
Top