Region tool. More...
#include <mgui/toolregion.h>

Public Member Functions | |
| TOOL_REGION (TOOLCANVAS *canvas) | |
| virtual | ~TOOL_REGION () |
| const REGION2D & | GetRegion () const |
| TOOL_REGION & | operator= (const REGION2D &rhs) |
| void | SetRegion (const REGION2D ®ion) |
Region tool.
| MGUI::TOOL_REGION::TOOL_REGION | ( | TOOLCANVAS * | canvas | ) | [explicit] |
Constructor.
| virtual MGUI::TOOL_REGION::~TOOL_REGION | ( | ) | [virtual] |
Destructor.
| const REGION2D& MGUI::TOOL_REGION::GetRegion | ( | ) | const [inline] |
Get reference to region.
| TOOL_REGION& MGUI::TOOL_REGION::operator= | ( | const REGION2D & | rhs | ) |
Assignment from REGION2D.
| void MGUI::TOOL_REGION::SetRegion | ( | const REGION2D & | region | ) | [inline] |
Assign region to tool.
1.6.1