WRAPPER_API VerticalTransform()
WRAPPER_API VerticalTransform(ClassType classType)
WRAPPER_API VerticalTransform(const VerticalTransform& source)
The VerticalTransform constructor creates a new instance of the VerticalTransform class.
The default constructor takes no arguments and produces a VerticalTransform with Class set to VerticalOffset. The second constructor takes a single argument that specifies the Class of the resulting VerticalTransform, according to the ClassType enumeration.
The third constructor is a copy-constructor, which produces a VerticalTransform with the same value as the VerticalTransform passed as argument.