[NUI] VectorGraphics: Add Shape.AddPath API
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 13 Aug 2021 08:26:38 +0000 (17:26 +0900)
committerJunsuChoi <junduru019@gmail.com>
Tue, 24 Aug 2021 05:09:56 +0000 (14:09 +0900)
commit862d612c0a17498df3f38a25367caf261dd9c46c
treef699e2d6b75bac059ed2b2369078bdb4dea1b7de
parent6fafc33326f32d200bf2680d236aedc84aa669a4
[NUI] VectorGraphics: Add Shape.AddPath API

Adds an API that adds a large path information.
The PathCommands has a PathCommandType array, a Point array
and the number of each array.
src/Tizen.NUI/src/internal/Interop/Interop.Shape.cs
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/PathCommands.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/Shape.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/CanvasViewSamsple.cs