ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / SampleDescription Structure / SampleDescription Constructor
The sample count.
The sample quality.

In This Topic
    SampleDescription Constructor
    In This Topic
    Initializes a new instance of the C1.Win.DX.DXGI.SampleDescription structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal count As System.Integer, _
       ByVal quality As System.Integer _
    )
    public SampleDescription( 
       System.int count,
       System.int quality
    )

    Parameters

    count
    The sample count.
    quality
    The sample quality.
    See Also