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)
ParameterTypeDescription
aconst RectangleF&The first rectangle to union
bconst RectangleF&The second rectangle to union

ReturnValue

The result of union of a with b

See Also