Display the border and region of the receiver on the Display so that its
position at aPoint1 is aligned with position aPoint2. The displayed
information should be clipped so that only information with the area
determined by aRectangle is displayed.
Display the border and region of the receiver on the Display so that it
is scaled and translated with respect to aWindowingTransformation. The
displayed information should be clipped so that only information with
the area determined by aRectangle is displayed.
Display the border and region of the receiver so that its position at
aPoint1 is aligned with position aPoint2. The displayed information
should be clipped so that only information with the area determined by
aRectangle is displayed.
Display the border and region of the receiver so that it is scaled and
translated with respect to aWindowingTransformation. The displayed
information should be clipped so that only information with the area
determined by aRectangle is displayed.
Answer a new Quadrangle whose region is the intersection of the
receiver's area and aRectangle.
5/24/96 sw: removed hard-coded class name so subclasses can gain same functionality.
Return a copy with offset according to alignPointSelector which is one of...
#(topLeft, topCenter, topRight, leftCenter, center, etc)
5/24/96 sw: removed hard-coded class name so subclasses can gain same functionality.