[NUI]CanvasView: Add BoundingBox property (#2995)
authorJunsuChoi <jsuya.choi@samsung.com>
Tue, 25 May 2021 07:59:12 +0000 (16:59 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 26 May 2021 01:00:09 +0000 (10:00 +0900)
commit50a1e303dc4b860b2681a365d95f7e8152290458
tree4b0a375b889ed8a5ec15c943d83b9beea7575795
parent050d7216bc0b9e348b20183b2359d4fdbf7cfc00
[NUI]CanvasView: Add BoundingBox property (#2995)

Add BoundingBox property that uses Dali::CanvasRenderer::Drawable::GetBoundingBox api.

+)The float type Rectangle class is not ready yet.
Therefore, it transmits data in Vector4 class.
This type should later be changed to the appropriate data type.
src/Tizen.NUI/src/internal/Interop/Interop.Drawable.cs
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/Drawable.cs