4 #include "Systems/RectangleMy.hpp"
10 MovableRect(
const Point & bottomLeft,
const Point & topRight );
13 bool Contains(
const Point & clickNatural )
const;
14 void Move(
const Point & diff );
15 void Draw( wxDC & dc,
double zoom,
const Point & ref )
const;
22 #endif // MOVABLERECT_H