UnitToXpsPixel Method
UnitToXpsPixel(Unit)
Converts a Unit value to XPS pixels using the page resolution (XpsDpi).
Declaration
public double UnitToXpsPixel(Unit unit)
Public Function UnitToXpsPixel(unit As Unit) As Double
Parameters
| Type |
Name |
Description |
| Unit |
unit |
The unit value to convert
|
Returns
| Type |
Description |
| double |
The converted value.
|