Class MatrixTransformation

MatrixTransformation class

public class MatrixTransformation : IEquatable<MatrixTransformation>

Constructors

NameDescription
MatrixTransformation()The default constructor.

Properties

NameDescription
Dx { get; set; }
Dy { get; set; }
IsEditable { get; }
IsNull { get; }
M11 { get; set; }
M12 { get; set; }
M21 { get; set; }
M22 { get; set; }
Rotation { get; }

Methods

NameDescription
Clone()
Equals(MatrixTransformation)
override Equals(object)
override GetHashCode()
LockFromEditing()
Rotate(double)
Rotate(double, double)
Scale(double, double)
Transform(Coordinate)
Transform(double, double)
Translate(Coordinate)
Translate(double, double)
operator ==
operator !=

See Also