-
class
RotatingRect
: public Rubberband
(Return to index)
-
Type:
Base Classes:
Derived Classes
Include file:
IV-2_6/InterViews/rubrect.h
Public:
- float
CurrentAngle ()
- virtual void
Draw ()
- virtual ClassId
GetClassId ()
- virtual void
GetCurrent ( IntCoord& leftbotx, IntCoord& leftboty, IntCoord& rightbotx, IntCoord& rightboty, IntCoord& righttopx, IntCoord& righttopy, IntCoord& lefttopx, IntCoord& lefttopy )
- virtual void
GetOriginal ( IntCoord& x0, IntCoord& y0, IntCoord& x1, IntCoord& y1 )
- virtual boolean
IsA (ClassId id)
-
RotatingRect ( Painter*, Canvas*, IntCoord x0, IntCoord y0, IntCoord x1, IntCoord y1, IntCoord cx, IntCoord cy, IntCoord rfx, IntCoord rfy, IntCoord offx = 0, IntCoord offy = 0 )
Protected:
- void
Transform ( IntCoord& x, IntCoord& y, double a0, double a1, double b0, double b1, double c0, double c1 )
- IntCoord
bottom, top, centery, refy
- IntCoord
left, right, centerx, refx
(more documentation)