Changes between Version 18 and Version 19 of FRAME_POSITION_R0


Ignore:
Timestamp:
12/22/08 16:05:23 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_POSITION_R0

    v18 v19  
    4141  * 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.   
    4242         
    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.        
    4444 
    4545* !TestBoundMode demonstrates the use of those frame bounds functionalities in different modes.