WRAPPER_API ConcatenatedTransform();
WRAPPER_API ConcatenatedTransform(const ConcatenatedTransform &source);
The ConcatenatedTransform constructor creates a new instance of the ConcatenatedTransform class. The first creates an empty object. The second creates a copy of the source provided.