Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / UnitConverter Class / EmusToPixelsFP Method
The EMU value to be converted to pixels.


In This Topic
EmusToPixelsFP Method
In This Topic
Converts a measurement from EMUs (English Metric Unit) to pixels.
Syntax
'Declaration
 
Public Function EmusToPixelsFP( _
   ByVal emus 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.
See Also