iPhoneOSGameView.MakeCurrent Method

Definition

Makes the GraphicsContext current on the calling thread.

public virtual void MakeCurrent ();
abstract member MakeCurrent : unit -> unit
override this.MakeCurrent : unit -> unit

Implements

Exceptions

The instance has had Dispose(Boolean) invoked on it.

Remarks

This method is equivalent to calling: GraphicsContext.MakeCurrent(WindowInfo).

Applies to