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


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