GLKit.GLKView Members

The members of GLKit.GLKView are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Initializes the GLKView with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
static
AppearanceGLKView.GLKViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
ContextOpenGLES.EAGLContext. Documentation for this section has not yet been entered.
DelegateIGLKViewDelegate. An instance of the GLKit.GLKViewDelegate model class which acts as the class delegate.
DrawableColorFormatGLKViewDrawableColorFormat. Documentation for this section has not yet been entered.
DrawableDepthFormatGLKViewDrawableDepthFormat. Documentation for this section has not yet been entered.
[read-only]
DrawableHeightnint. Documentation for this section has not yet been entered.
DrawableMultisampleGLKViewDrawableMultisample. Documentation for this section has not yet been entered.
DrawableStencilFormatGLKViewDrawableStencilFormat. Documentation for this section has not yet been entered.
[read-only]
DrawableWidthnint. Documentation for this section has not yet been entered.
EnableSetNeedsDisplaybool. Documentation for this section has not yet been entered.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : GLKView.GLKViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
BindDrawable()
Documentation for this section has not yet been entered.
DeleteDrawable()
Documentation for this section has not yet been entered.
Display()
Documentation for this section has not yet been entered.
static
GetAppearance<T>() : GLKView.GLKViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection) : GLKView.GLKViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection, params Type[]) : GLKView.GLKViewAppearance
Documentation for this section has not yet been entered.
Snapshot() : UIKit.UIImage
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the GLKView object.

Public Events

DrawInRectEvent raised by the object.