touchvg.core.Matrix2d.Matrix2d C# (CSharp) Method

Matrix2d() public method

public Matrix2d ( ) : System
return System
  public Matrix2d() : this(touchvgPINVOKE.new_Matrix2d__SWIG_0(), true) {
  }

Same methods

Matrix2d::Matrix2d ( IntPtr cPtr, bool cMemoryOwn ) : System
Matrix2d::Matrix2d ( Matrix2d src ) : System
Matrix2d::Matrix2d ( Vector2d e0, Vector2d e1, Point2d origin ) : System
Matrix2d::Matrix2d ( float _m11, float _m12, float _m21, float _m22, float _dx, float _dy ) : System