[NUI] Scalability : Refactoring GraphicsTypeManager and Converter, Extensions. (...
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>
Thu, 16 Sep 2021 05:45:51 +0000 (22:45 -0700)
committerSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Fri, 17 Sep 2021 13:10:44 +0000 (06:10 -0700)
commit173b422669d474ffc1dec28927c9ce52df9e675f
tree7c64d5b08099cb3fde0c447b5f96d95e4b3d3086
parent23d9c7c6b04bbcf7252b9da0b4d8c34e39f3a1d0
[NUI] Scalability : Refactoring GraphicsTypeManager and Converter, Extensions. (#3434)

* Refactoring GraphicsTypeManager for Scalability supports
* Add GraphicsTypeExtensions class.
* Add DpTypeConverter and PointTypeConverter.
src/Tizen.NUI/src/public/Utility/DpTypeConverter.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Utility/GraphicsTypeConverter.cs
src/Tizen.NUI/src/public/Utility/GraphicsTypeExtensions.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Utility/GraphicsTypeManager.cs
src/Tizen.NUI/src/public/Utility/PointTypeConverter.cs [new file with mode: 0755]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/GraphicsTypeTest.cs [new file with mode: 0755]