mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
![]() The cast() method is a utility function used to cast a 'Paint/Fill' to type 'T'. This would help users to write code optimal. @API Additions: template<typename T> std::unique_ptr<T> cast(Paint* paint) template<typename T> std::unique_ptr<T> cast(Fill* fill) |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |