DpiHelper.RoundToDeviceUnitsY(Double) Method
Definition
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.
Returns the closest value in logical units that will be converted to an integer value if it is converted back to device units using functions for vertical coordinates/widths such as DeviceToLogicalUnitsY.
public:
double RoundToDeviceUnitsY(double value);
public:
double RoundToDeviceUnitsY(double value);
double RoundToDeviceUnitsY(double value);
public double RoundToDeviceUnitsY (double value);
member this.RoundToDeviceUnitsY : double -> double
Public Function RoundToDeviceUnitsY (value As Double) As Double
Parameters
- value
- Double
The logical value to round
Returns
Returns Double.