iPhoneOSGameView.MakeCurrent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
.