Spread Windows Forms 12.0 Product Documentation
Resolution Constructor(Int32,Int32)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > Resolution Class > Resolution Constructor : Resolution Constructor(Int32,Int32)
The dpi X.
The dpi Y.
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

Reference

Resolution Class
Resolution Members
Overload List