Edit

Share via


iPhoneOSGraphicsContext.IsCurrent Property

Definition

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.

Applies to