iPhoneOSGraphicsContext.IsCurrent Property
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.
Gets a value indicating whether this graphics context is the current graphics context.
public bool IsCurrent { get; }
member this.IsCurrent : bool
Property Value
A Boolean specifying whether this graphics context is the current graphics context.
Implements
Remarks
This is equivalent to comparing EAGLContext to CurrentContext.