'Usage
Dim pixel As Integer Dim value As Double value = UnitConverter.PixelsToPts(pixel)
Parameters
- pixel
- The pixel value to be converted to points.
Return Value
A double value represents the corresponding number of points.
'Usage
Dim pixel As Integer Dim value As Double value = UnitConverter.PixelsToPts(pixel)