Spread Windows Forms 12.0 Product Documentation
EmusToPixels Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > UnitConverter Class : EmusToPixels Method
The EMU value to be converted to pixels.
Converts a measurement from EMUs (English Metric Unit) to pixels.
Syntax
'Declaration
 
Public Function EmusToPixels( _
   ByVal emus As Long _
) As Single
'Usage
 
Dim instance As UnitConverter
Dim emus As Long
Dim value As Single
 
value = instance.EmusToPixels(emus)
public float EmusToPixels( 
   long emus
)

Parameters

emus
The EMU value to be converted to pixels.

Return Value

A integer value represents the corresponding number of pixels.
See Also

Reference

UnitConverter Class
UnitConverter Members