[NUI] VectorGraphics: Add Shape.Reset api
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 14 Apr 2021 02:09:01 +0000 (11:09 +0900)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 20 Apr 2021 06:13:00 +0000 (15:13 +0900)
commitb6ba5c018e616c45eb0e977f0b79b6cd5ecfdab1
treee62044fd13be3873ee4c4bf31526a7e767cff438
parentf31da886901abe6bc6cb9daa501f7fad71cb21c9
[NUI] VectorGraphics: Add Shape.Reset api

There was no way to modify or remote previously added path information.
The user can update the shape by deleting the path information
and adding a new path information by using Reset() API.
src/Tizen.NUI/src/internal/Interop/Interop.Shape.cs
src/Tizen.NUI/src/public/BaseComponents/VectorGraphcis/Shape.cs