DisplayMode constructor

DisplayMode(
  1. int format,
  2. int width,
  3. int height,
  4. int refreshRate,
)

Create a mode.

Implementation

DisplayMode(this.format, this.width, this.height, this.refreshRate);