[NUI] VectorGraphics: Add DrawableGroup Class
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 28 Apr 2021 06:36:26 +0000 (15:36 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 21 May 2021 07:37:43 +0000 (16:37 +0900)
commit48a8bf98bc757f26292d8023a12dd237189ef9f3
tree01b8648ed9374ac1c11f92ad2dbb8b8a114a4b43
parente278994b478ea1bf9a3528e3bfbe72ec2f206acf
[NUI] VectorGraphics: Add DrawableGroup Class

This feature can add and control multiple Drawable objects.
Since this class inherits Drawable, user can use Drawable's Opacity and Transformation methods.

[Dependancy]
dali-adaptor: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/257538/
dali-csharp-binder: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/257607/
src/Tizen.NUI/src/internal/Interop/Interop.DrawableGroup.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/DrawableGroup.cs [new file with mode: 0755]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/CanvasViewSamsple.cs