Enum PixelData.ReleaseFunction

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
5

Enumeration for function to release the pixel buffer.

C#
Copy
public enum ReleaseFunction : int
Name Description
DeleteArray

Use delete[] operator to release the pixel buffer.

Free

Use free function to release the pixel buffer.

Extension Methods