OpenTK.DisplayResolution Members

The members of OpenTK.DisplayResolution are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
BitsPerPixelint. Gets a System.Int32 that contains number of bits per pixel of this display. Typical values include 8, 16, 24 and 32.
[read-only]
BoundsSystem.Drawing.Rectangle. Gets a System.Drawing.Rectangle that contains the bounds of this display device.
[read-only]
Heightint. Gets a System.Int32 that contains the height of this display in pixels.
[read-only]
RefreshRatefloat. Gets a System.Single representing the vertical refresh rate of this display.
[read-only]
Widthint. Gets a System.Int32 that contains the width of this display in pixels.

Public Methods

override
Equals(object) : bool
Determines whether the specified resolutions are equal.
override
GetHashCode() : int
Returns a unique hash representing this resolution.
override
ToString() : string
Returns a System.String representing this DisplayResolution.

Public Operators