Changes between Version 7 and Version 8 of FRAME_POSITION_R0
- Timestamp:
- 12/11/08 12:54:26 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_POSITION_R0
v7 v8 7 7 8 8 == Overview == 9 The frame s position(coordinates)are calculated in relation to the upper left angle of the page which has coordinates (0,0). Frames could overlap and/or not fit into the page. Even when some frames or frame parts are outside the page`s range they are still a part of the working area and should be seen in author mode. They however should be clipped out in reader mode so that the reader stays unaware of them.9 The frame`s position is the position of its upper left point. Its coordinates are calculated in relation to the upper left angle of the page which has coordinates (0,0). Frames could overlap and/or not fit into the page. Even when some frames or frame parts are outside the page`s range they are still a part of the working area and should be seen in author mode. They however should be clipped out in reader mode so that the reader stays unaware of them. 10 10 11 11 == Task requirements == … … 16 16 17 17 == Implementation idea == 18 * Create Position class extending !ProObject with properties for the frame`s position (the upper left corner of the frame).18 * Create Position class extending !ProObject with properties for the frame`s position. 19 19 * Add Position position property to the Frame. 20 20