SKGLView Constructors

Definition

Overloads

SKGLView()

Default constructor that initializes a new instance of SKGLView.

SKGLView(CGRect)

Initializes the SKGLView with the specified frame.

SKGLView(IntPtr)

A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

SKGLView()

Default constructor that initializes a new instance of SKGLView.

public SKGLView ();

Applies to

SKGLView(CGRect)

Initializes the SKGLView with the specified frame.

public SKGLView (CoreGraphics.CGRect frame);

Parameters

frame
CGRect

The frame used by the view, expressed in tvOS points.

Applies to

SKGLView(IntPtr)

A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

public SKGLView (IntPtr p);

Parameters

p
IntPtr

The pointer (handle) to the unmanaged object.

Applies to