Edit

Share via


SKBitmapReleaseDelegate Delegate

Definition

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

C#
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

Product Versions
SkiaSharp 1.60.x, 1.68.x, 2.80.x, 2.88.x