SKCanvasView Constructors

Definition

Overloads

SKCanvasView()

Default constructor that initializes a new instance of SKCanvasView.

SKCanvasView(CGRect)

Initializes the SKCanvasView with the specified frame.

SKCanvasView(IntPtr)

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

SKCanvasView()

Default constructor that initializes a new instance of SKCanvasView.

public SKCanvasView ();

Applies to

SKCanvasView(CGRect)

Initializes the SKCanvasView with the specified frame.

public SKCanvasView (CoreGraphics.CGRect frame);

Parameters

frame
CGRect

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

Applies to

SKCanvasView(IntPtr)

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

public SKCanvasView (IntPtr p);

Parameters

p
IntPtr

The pointer (handle) to the unmanaged object.

Applies to