Union

Rectangle.Union method

Obtient unRectangle structure qui contient l’union de deuxRectangle structures.

public static Rectangle Union(Rectangle a, Rectangle b)
ParamètreTaperLa description
aRectangleUn premier rectangle à l’union.
bRectangleUn deuxième rectangle à l’union.

Return_Value

ARectangle structure qui délimite l’union des deuxRectangle structures.

Voir également