UnionWith

RectangleExtensions.UnionWith method

Unions two rectangle.

public static RectangleF UnionWith(RectangleF rectangle, RectangleF otherRectangle)
ParameterTypeDescription
rectangleRectangleFThe first rectangle.
otherRectangleRectangleFThe second rectangle.

Return Value

New rectangle as union operation result

See Also