SKBitmapReleaseDelegate Delegate

Definition

The delegate that is used when releasing the memory for a bitmap.

public delegate void SKBitmapReleaseDelegate(IntPtr address, object context);

Parameters

address
IntPtr

The memory address of the pixels being released.

context
Object

The user data that was provided when installing the pixels.

Applies to