Converts a measurement from EMUs (English Metric Unit) to pixels.
'Declaration
Public Function EmusToPixelsFP( _
ByVal As Long _
) As Double
'Usage
Dim instance As UnitConverter
Dim emus As Long
Dim value As Double
value = instance.EmusToPixelsFP(emus)
Parameters
- emus
- The EMU value to be converted to pixels.
Return Value
A integer value represents the corresponding number of pixels.