Matrix.Matrix constructors
This topic lists the constructors of the Matrix class. For a complete class listing, see Matrix Class.
Overload list
Constructor | Description |
---|---|
Matrix(Rect&,Point*) | Creates a Matrix::Matrix object based on a rectangle and a point. |
Matrix(RectF&,PointF*) | Creates a Matrix::Matrix object based on a rectangle and a point. |
Matrix(REAL,REAL,REAL,REAL,REAL,REAL) | Creates and initializes a Matrix::Matrix object based on six numbers that define an affine transformation. |
Matrix() | Creates and initializes a Matrix::Matrix object that represents the identity matrix. |