Changes between Version 1 and Version 2 of FRAME_POSITION_R0
- Timestamp:
- 12/10/08 17:58:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_POSITION_R0
v1 v2 7 7 8 8 == Overview == 9 9 The frames could have different position in relation to the page. They could overlap but the frame should be able to fit into the page size. 10 10 11 11 == Task requirements == 12 * 13 * 14 * 15 * 16 * 12 * The frame should have property for the distance to the top of the page. It should be greater than 0 and less than (page`s hight-frame`s high). 13 * The frame should have property for the distance to the left end of the page. It should be greater than 0 and less than (page`s width-frame`s width). 17 14 18 15 == Task result == … … 20 17 21 18 == Implementation idea == 22 * 23 * 19 * Create Position class extending !ProObject with properties for the frames upper left position 20 * Add Position position property to the Frame 21 24 22 25 23 == Related ==