Initializes a new instance of the C1.Win.DX.DXGI.ModeDescription structure.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As Rational, _
ByVal As Format _
)
public ModeDescription(
System.int ,
System.int ,
Rational ,
Format
)
Parameters
- width
- The width.
- height
- The height.
- refreshRate
- The refresh rate.
- format
- The format.
See Also