Enum PixelData.ReleaseFunction
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for function to release the pixel buffer.
public enum PixelData.ReleaseFunction
Fields
| Name | Description |
|---|---|
| DeleteArray | Use delete[] operator to release the pixel buffer. |
| Free | Use free function to release the pixel buffer. |