| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Set rectangle corners.
Source position: objects.pp line 243
| procedure TRect.Assign( | 
| XA: Sw_Integer; | 
| YA: Sw_Integer; | 
| XB: Sw_Integer; | 
| YB: Sw_Integer | 
| ); | 
Assign sets the corner points of the rectangle to (XA,YA) and (Xb,Yb).
For an example, see TRect.Copy.
None.
| 
 | Copy cornerpoints from another rectangle. |