|
| | CGraphicsTransform (double _m11=1., double _m12=0., double _m21=0., double _m22=1., double _dx=0., double _dy=0.) |
| |
| CGraphicsTransform & | translate (double x, double y) |
| |
| CGraphicsTransform & | translate (const CPoint &p) |
| |
| CGraphicsTransform & | scale (double x, double y) |
| |
| CGraphicsTransform & | scale (const CPoint &p) |
| |
| CGraphicsTransform & | rotate (double angle) |
| |
| CGraphicsTransform & | rotate (double angle, const CPoint ¢er) |
| |
| CGraphicsTransform & | skewX (double angle) |
| |
| CGraphicsTransform & | skewY (double angle) |
| |
| bool | isInvariant () const |
| |
| void | transform (CCoord &x, CCoord &y) const |
| |
| void | transform (CCoord &left, CCoord &right, CCoord &top, CCoord &bottom) const |
| |
| CPoint & | transform (CPoint &p) const |
| |
| CRect & | transform (CRect &r) const |
| |
| CGraphicsTransform | inverse () const |
| |
| CGraphicsTransform | operator* (const CGraphicsTransform &t) const |
| |
| CGraphicsTransform | operator* (const CGraphicsTransform *t) const |
| |
| bool | operator== (const CGraphicsTransform &t) const |
| |
| bool | operator!= (const CGraphicsTransform &t) const |
| |
Graphics Transform Matrix.