LayerItem QML Type

An Item that provides access to its transformation matrix as a property. More...

Import Statement: import Qt.labs.lottieqt.VectorImageHelpers
Since: Qt 6.10

Properties

Detailed Description

The LayerItem type maintains a transformMatrix property, which at any time will contain the combination of the item's own transform with all its ancestors' transforms. It is used in particular to support linked transforms in certain vector graphics formats. As any type in the VectorImageHelpers module, it is only intended to be used in code generated by VectorImage and related tools.

Property Documentation

transformMatrix : matrix4x4

The result of combining this item's transform with the transforms of its entire ancestor chain.


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.