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


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > Resolution Class > Resolution Constructor : Resolution Constructor(String,String)
The dpi X.
The dpi Y.
Initializes a new instance of the Resolution class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dpiX As String, _
   ByVal dpiY As String _
)
'Usage
 
Dim dpiX As String
Dim dpiY As String
 
Dim instance As New Resolution(dpiX, dpiY)
public Resolution( 
   string dpiX,
   string dpiY
)

Parameters

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

Reference

Resolution Class
Resolution Members
Overload List