Edit

Share via


SKDrawable Constructors

Definition

Overloads

SKDrawable()

Creates a new instance of SKDrawable.

SKDrawable(Boolean)

Creates a new instance of SKDrawable.

SKDrawable()

Creates a new instance of SKDrawable.

protected SKDrawable();

Applies to

SKDrawable(Boolean)

Creates a new instance of SKDrawable.

protected SKDrawable(bool owns);

Parameters

owns
Boolean

The value indicating whether this object should destroy the underlying native object.

Applies to