UnionWith

RectangleExtensions.UnionWith method

Unions deux rectangle.

public static RectangleF UnionWith(RectangleF rectangle, RectangleF otherRectangle)
ParamètreTaperLa description
rectangleRectangleFLe premier rectangle.
otherRectangleRectangleFLe deuxième rectangle.

Return_Value

Nouveau rectangle comme résultat de l’opération d’union

Voir également