System::Drawing::RectangleF::Union method
RectangleF::Union method
Returns a rectangle that is a result of union of the specified rectangles.
static RectangleF System::Drawing::RectangleF::Union(const RectangleF &a, const RectangleF &b)
| Parameter | Type | Description |
|---|---|---|
| a | const RectangleF& | The first rectangle to union |
| b | const RectangleF& | The second rectangle to union |
ReturnValue
The result of union of a with b
See Also
- Class RectangleF
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.PDF for C++