[NUI] Remove ReleaseFunction enum at PixelData with legacy
authorEunki Hong <h.pichulia@gmail.com>
Wed, 25 Aug 2021 06:33:21 +0000 (15:33 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 27 Aug 2021 05:29:50 +0000 (14:29 +0900)
commit7bac825ddb765fe4cec1877889f7381b2fd39faa
tree1058d0179c87a9b10898e6d7883053b5bdfbe5aa
parentddbb14fb94c4044f936550480028ec77984a60ae
[NUI] Remove ReleaseFunction enum at PixelData with legacy

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.

But now, Tize.TV.FLUX use this ReleaseFunction.
So we leave it and will be deprecated later.

Signed-off-by: Eunki Hong <h.pichulia@gmail.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