Converts a measurement from pixels to EMUs (English Metric Unit) with floating point.
'Declaration
Public Function PixelsToEmusFP( _
ByVal As Double _
) As Double
'Usage
Dim instance As UnitConverter
Dim pixels As Double
Dim value As Double
value = instance.PixelsToEmusFP(pixels)
Parameters
- pixels
- The pixel value to be converted to character widths.
Return Value
A long value represents the corresponding number of EMUs.