ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / ModeDescription Structure / ModeDescription Constructor
The width.
The height.
The refresh rate.
The format.

In This Topic
    ModeDescription Constructor
    In This Topic
    Initializes a new instance of the C1.Win.DX.DXGI.ModeDescription structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As System.Integer, _
       ByVal height As System.Integer, _
       ByVal refreshRate As Rational, _
       ByVal format As Format _
    )
    public ModeDescription( 
       System.int width,
       System.int height,
       Rational refreshRate,
       Format format
    )

    Parameters

    width
    The width.
    height
    The height.
    refreshRate
    The refresh rate.
    format
    The format.
    See Also