CADability dotNET
Gets or sets the 3*2 Matrix that defines this mmodification

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public double[,] Matrix { get; set; }
Visual Basic
Public Property Matrix As Double(,)
	Get
	Set
Visual C++
public:
property array<double,2>^ Matrix {
	array<double,2>^ get ();
	void set (array<double,2>^ value);
}

See Also