Changes between Version 18 and Version 19 of FRAME_POSITION_R0
- Timestamp:
- 12/22/08 16:05:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_POSITION_R0
v18 v19 41 41 * Create the method !ImmPoint getLocation(!BoundMode mode, Position pos). Using the !BoundMode and Position enums it should calculate the location of any of the interesting points of any of the bound modes rectangles. 42 42 43 * Create the method setLocation(!BoundMode mode, Position pos, !ImmPoint newLocation). The arguments represent the location of any of the interesting points of any of the bound modes rectangles. Using the !BoundMode and !Position enums it should calculate the location of the default point in default mode. This is the location to be set in the Frame.43 * Create the method setLocation(!BoundMode mode, Position pos, !ImmPoint newLocation). The arguments represent the location of any of the interesting points of any of the bound modes rectangles. Using the !BoundMode and Position enums it should calculate the location of the default point in default mode. This is the location to be set in the Frame. 44 44 45 45 * !TestBoundMode demonstrates the use of those frame bounds functionalities in different modes.