Class GraphicsContextVersion
Defines the version information of a GraphicsContext.
Inheritance
System.Object
    GraphicsContextVersion
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ToString()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: OpenTK.Graphics
Assembly: cs.temp.dll.dll
Syntax
public sealed class GraphicsContextVersion
  Properties
Major
Gets a System.Int32 indicating the major version of a GraphicsContext instance.
Declaration
public int Major { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Minor
Gets a System.Int32 indicating the minor version of a GraphicsContext instance.
Declaration
public int Minor { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Renderer
Gets a System.String indicating the renderer of a GraphicsContext instance.
Declaration
public string Renderer { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Vendor
Gets a System.String indicating the vendor of a GraphicsContext instance.
Declaration
public string Vendor { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |