Show / Hide Table of Contents

Struct VideoMode

Replicated handle to a GLFW VideoMode.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public struct VideoMode

Fields

BlueBits

The bit depth of the blue channel of the VideoMode.

Declaration
public int BlueBits
Field Value
Type Description
int

GreenBits

The bit depth of the green channel of the VideoMode.

Declaration
public int GreenBits
Field Value
Type Description
int

Height

The height, in screen coordinates, of the VideoMode.

Declaration
public int Height
Field Value
Type Description
int

RedBits

The bit depth of the red channel of the VideoMode.

Declaration
public int RedBits
Field Value
Type Description
int

RefreshRate

The refresh rate, in Hz, of the VideoMode.

Declaration
public int RefreshRate
Field Value
Type Description
int

Width

The width, in screen coordinates, of the VideoMode.

Declaration
public int Width
Field Value
Type Description
int
In This Article
Back to top Generated by DocFX