|
Matrix
|
Specifies the transformation matrix.
Matrix specifies the final transformation matrix. It is updated when any of the TRSTransform properties specific to a transformation is changed. Matrix elements reflect a transformation of each kind.
|
|
OnChanged
|
Occurs immediately after the TRSTransform object changes.
Write an OnChanged event handler to take specific action when the TRSTransform object changes. The properties of the TRSTransform object reflect the new settings when OnChanged occurs.
|
|
Position
|
Specifies the position for the translation transformation.
|
|
RotationAngle
|
Specifies the rotation angle.
RotationAngle specifies the angle for the rotation transformation.
|
|
RotationCenter
|
Specifies the rotation center.
RotationCenter specifies the center point for the rotation transformation.
|
|
Scale
|
Specifies the scaling index.
Scale specifies the scale for the scaling transformation.
|
|
Skew
|
Specifies the skew position.
Skew specifies the position for the skew transformation.
|