Remove ReleaseFunction enum at PixelData (#3436)
authorEunki Hong <h.pichulia@gmail.com>
Thu, 19 Aug 2021 09:55:44 +0000 (18:55 +0900)
committerJunsuChoi <junduru019@gmail.com>
Tue, 24 Aug 2021 05:09:56 +0000 (14:09 +0900)
commitc2951987b9232e1fe24c8d2d98334fbb3ed03327
treeea17d20b271604efea8d6544885bdce666948f46
parent262a14da27957a13f35fd661b53683b127c4985c
Remove ReleaseFunction enum at PixelData (#3436)

PixelData buffer's allocate / release function is only need for C++ side memory.
And C# cannot control that allocation method.
So ReleaseFunction enum is unneccesary arguments at NUI.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Co-authored-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI.Wearable/src/public/Title.cs
src/Tizen.NUI/src/internal/Interop/Interop.PixelData.cs
src/Tizen.NUI/src/public/Images/PixelData.cs
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/public/Images/TSPixelData.cs