ComponentOne Bitmap for WPF
ModeDescription Constructor

C1.WPF.DX.4 Assembly > C1.Util.DX.DXGI Namespace > ModeDescription Structure : ModeDescription Constructor
The width.
The height.
The refresh rate.
The format.
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

Reference

ModeDescription Structure
ModeDescription Members