Click or drag to resize

Matrix Operators and Type Conversions

The Matrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(Matrix, Matrix) Tests whether two matrix structures are equal.
Public operatorStatic member(Matrix to Matrix) 
Public operatorStatic member(Matrix to Matrix) Converts an Easymap.AddIn.Common.Graphics.Matrix in a System.Drawing.Drawing2D.Matrix
Public operatorStatic member(Matrix to Matrix) 
Public operatorStatic member(Matrix to Matrix) Converts a System.Drawing.Drawing2D.Matrix in an Easymap.AddIn.Common.Graphics.Matrix
Public operatorStatic memberInequality(Matrix, Matrix) Tests whether two matrix structures differs.
Top
See Also