The properties of OpenTK.Graphics.GraphicsContext are listed below. For a list of all members, see the GraphicsContext Members list.
See Also: Inherited members from System.Object
| [read-only] static | CurrentContext | Xamarin.iOS.dll=OpenTK.Graphics.IGraphicsContext. Gets the GraphicsContext that is current in the calling thread. |
static | DirectRendering | bool. Gets or sets a System.Boolean, indicating whether GraphicsContexts will perform direct rendering. |
| ErrorChecking | bool. Gets or sets a System.Boolean, indicating whether automatic error checking should be performed. Influences the debug version of OpenTK.dll, only. | |
| [read-only] | GraphicsMode | Xamarin.iOS.dll=OpenTK.Graphics.GraphicsMode. Gets the GraphicsMode of the context. |
| [read-only] | IsCurrent | bool. Gets a bool indicating whether this instance is current in the calling thread. |
| [read-only] | IsDisposed | bool. Gets a bool indicating whether this instance has been disposed. It is an error to access any instance methods if this property returns true. |
static | ShareContexts | bool. Gets or sets a System.Boolean, indicating whether GraphicsContext resources are shared |
| SwapInterval | int. Documentation for this section has not yet been entered. | |
| VSync | bool. Gets or sets a value indicating whether VSync is enabled. |