Spread Windows Forms 17
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)
    public UnitConverter( 
       int dpi
    )

    Parameters

    dpi
    An integer value indicates the current DPI.
    See Also