SKData.Dispose(Boolean) Method

Definition

Releases the resources associated with the data. If this SKData was created with one of the SkiaSharp.SKData.FromMallocMemory(System.IntPtr,System.UInt64) methods, then the operating system's "free" method will be called on the data.

protected override void Dispose (bool disposing);

Parameters

disposing
Boolean

Specify true to release both managed and unmanaged resources, false to release only unmanaged resources.

Applies to