Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / UnitConverter Class / UnitConverter Constructor
An integer value indicates the current DPI.


In This Topic
UnitConverter Constructor
In This Topic
Initializes a new instance of the UnitConverter class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dpi As Integer _
)
 
'Usage
 
Dim dpi As Integer
 
Dim instance As New UnitConverter(dpi)

Parameters

dpi
An integer value indicates the current DPI.
See Also