Share via


GLKView.Context Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual OpenGLES.EAGLContext? Context { [Foundation.Export("context", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setContext:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("context", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setContext:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.Context : OpenGLES.EAGLContext with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to