MatrixTransform
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public sealed class MatrixTransform : Transform
Inheritance: objectTransformMatrixTransform
Inherited Members
Constructors
Initializes a new instance of the class.
public MatrixTransform()
Initializes a new instance of the class with the specified transformation matrix values.
public MatrixTransform(double m11, double m12, double m21, double m22, double offsetX, double offsetY)
The value at position (1, 1) in the transformation matrix.
m12doubleThe value at position (1, 2) in the transformation matrix.
m21doubleThe value at position (2, 1) in the transformation matrix.
m22doubleThe value at position (2, 2) in the transformation matrix.
offsetXdoubleThe X-axis translation factor, which is located at position (3,1) in the transformation matrix.
offsetYdoubleThe Y-axis translation factor, which is located at position (3,2) in the transformation matrix.
Initializes a new instance of the class with the specified transformation matrix.
public MatrixTransform(Matrix matrix)
The transformation matrix of the new .
Properties
Gets or sets the Matrix structure that defines this transformation.