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