37 | | * For their visualization add !FrameMarginsRectangle class in !FrameViewToDo class. This class should be used for representation of the frame margins rectangle. It is used to init the marginsRectangle property, which is added to the frameSceneElement so that it could be drawn. |
| 37 | * For the scene element creation create !FrameMarginRectangle class extending the !DefaultSceneElement and implementing the !ShapeSceneElement. This class is going to be used for representation of the frame margin rectangle and computing the rectangle to vertices so that it could be added to the frameSceneElement and drawn. |
| 38 | |
| 39 | * Add !FrameMarginRectangle marginRectangle property to the !FrameViewToDo class. |
| 40 | |
| 41 | * Add the marginRectangle to the frameSceneElement. |
| 42 | |
| 43 | * All the functionality in this task is achieved by adding and compiling properties and there are no new methods or logic to be tested. |