TdxRectList.Union Method
In This Article
Returns the bounding rectangle for all rectangles in the list.
#Declaration
Delphi
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