|
TouchVG framework
|
The class for recording 'bezierTo'. 更多...

Public 成员函数 | |
| CmdBezierTo () | |
| CmdBezierTo (const Matrix2d &d2w, float c1x, float c1y, float c2x, float c2y, float x, float y) | |
| virtual int | type () const |
| virtual void | copy (const ICmd &src) |
| virtual bool | save (MgStorage *s) const |
| virtual bool | load (MgStorage *s) |
| virtual bool | draw (GiGraphics &gs, const Matrix2d &w2d) const |
| virtual Box2d | getExtentW () const |
Public 成员函数 继承自 MgRecordShape::ICmd | |
| virtual | ~ICmd () |
| virtual void | copy (const ICmd &src)=0 |
Public 属性 | |
| Point2d | c1 |
| Point2d | c2 |
| Point2d | pt |
The class for recording 'bezierTo'.