Public Member Functions |
| | Matrix (const RectF &rect, const PointF *dstplg) |
| | Matrix (const Rect &rect, const Point *dstplg) |
| | Matrix (VOID) |
| | Matrix (REAL m11, REAL m12, REAL m21, REAL m22, REAL dx, REAL dy) |
| Matrix * | Clone (VOID) |
| Status | GetElements (REAL *m) const |
| Status | GetLastStatus (VOID) |
| Status | Invert (VOID) |
| BOOL | IsIdentity (VOID) |
| BOOL | IsInvertible (VOID) |
| Status | Multiply (const Matrix *matrix, MatrixOrder order) |
| REAL | OffsetX (VOID) |
| REAL | OffsetY (VOID) |
| Status | Reset (VOID) |
| Status | Rotate (REAL angle, MatrixOrder order) |
| Status | RotateAt (REAL angle, const PointF ¢er, MatrixOrder order) |
| Status | Scale (REAL scaleX, REAL scaleY, MatrixOrder order) |
| Status | SetElements (REAL m11, REAL m12, REAL m21, REAL m22, REAL dx, REAL dy) |
| Status | Shear (REAL shearX, REAL shearY, REAL order) |
| Status | TransformPoints (Point *pts, INT count) |
| Status | TransformPoints (PointF *pts, INT count) |
| Status | TransformVectors (Point *pts, INT count) |
| Status | TransformVectors (PointF *pts, INT count) |
| Status | Translate (REAL offsetX, REAL offsetY, REAL order) |
Static Public Member Functions |
| static BOOL | Equals (const Matrix *matrix) |
Definition at line 22 of file gdiplusmatrix.h.