Union()
RectangleF::Union(const RectangleF&, const RectangleF&) 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)
Arguments
Parameter | Type | Description |
---|---|---|
a | const RectangleF& | The first rectangle to union |
b | const RectangleF& | The second rectangle to union |
Return Value
The result of union of a with b
See Also
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Slides