Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / Resolution Class / Resolution Constructor / Resolution Constructor(Int32,Int32)
The dpi X.
The dpi Y.


In This Topic
    Resolution Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the Resolution class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dpiX As Integer, _
       ByVal dpiY As Integer _
    )
    'Usage
     
    
    Dim dpiX As Integer
    Dim dpiY As Integer
     
    Dim instance As New Resolution(dpiX, dpiY)
    public Resolution( 
       int dpiX,
       int dpiY
    )

    Parameters

    dpiX
    The dpi X.
    dpiY
    The dpi Y.
    See Also