Enum PixelData.ReleaseFunction
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 5
Enumeration for function to release the pixel buffer.
C#Copypublic enum ReleaseFunction : int
Name | Description |
---|---|
DeleteArray | Use delete[] operator to release the pixel buffer. |
Free | Use free function to release the pixel buffer. |