SKMask.FreeImage Method

Definition

Overloads

FreeImage(IntPtr)

De-allocate the specified mask image data.

FreeImage()

De-allocate the mask's image data.

FreeImage(IntPtr)

De-allocate the specified mask image data.

public static void FreeImage (IntPtr image);

Parameters

image
IntPtr

The pointer to a mask's image data.

Applies to

FreeImage()

De-allocate the mask's image data.

public void FreeImage ();

Applies to