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

ParameterTypeDescription
aconst RectangleF&The first rectangle to union
bconst RectangleF&The second rectangle to union

Return Value

The result of union of a with b

See Also