[]
DXGI_MODE_DESC
public struct ModeDescription
Initializes a new instance of the C1.Win.DX.DXGI.ModeDescription structure.
public ModeDescription(int width, int height, Rational refreshRate, Format format)
width
intThe width.
height
intThe height.
refreshRate
RationalThe refresh rate.
format
FormatThe format.
DXGI_FORMAT Format
public Format Format
unsigned int Height
public int Height
DXGI_RATIONAL RefreshRate
public Rational RefreshRate
DXGI_MODE_SCALING Scaling
public DisplayModeScaling Scaling
DXGI_MODE_SCANLINE_ORDER ScanlineOrdering
public DisplayModeScanlineOrder ScanlineOrdering
unsigned int Width
public int Width