SKImageTextureReleaseDelegate Delegate

Definition

The delegate that is used when releasing the memory for a texture-based image.

public delegate void SKImageTextureReleaseDelegate(object context);

Parameters

context
Object

The context of the image.

Applies to