Initializes a new instance of the C1.Win.DX.DXGI.SampleDescription structure.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public SampleDescription(
System.int ,
System.int
)
Parameters
- count
- The sample count.
- quality
- The sample quality.
See Also