TdxRectList.Union Method
Returns the bounding rectangle for all rectangles in the list.
Declaration
function Union: TRect;
Returns
Type | Description |
---|---|
TRect | The bounding rectangle for all rectangles in the list. |
Remarks
A Union
function call raises an exception if the rectangle list is empty.
See Also