[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.ModeDescription.-ctor

ModeDescription Constructor

ModeDescription(int, int, Rational, Format)

Initializes a new instance of the C1.Win.DX.DXGI.ModeDescription structure.

Declaration
public ModeDescription(int width, int height, Rational refreshRate, Format format)
Public Sub New(width As Integer, height As Integer, refreshRate As Rational, format As Format)
Parameters
Type Name Description
int width

The width.

int height

The height.

Rational refreshRate

The refresh rate.

Format format

The format.