public VerticalTransform()
public VerticalTransform(ClassType classType)
public VerticalTransform(const VerticalTransform&
source)
Description
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.
Comments
0 comments
Please sign in to leave a comment.