AddRectangle

AddRectangle(Rectangle)

Ajoute un rectangle à ce chemin.

public void AddRectangle(Rectangle rect)
ParamètreTaperLa description
rectRectangleUNRectangle qui représente le rectangle à ajouter.

Voir également


AddRectangle(RectangleF)

Ajoute un rectangle à ce chemin.

public void AddRectangle(RectangleF rect)
ParamètreTaperLa description
rectRectangleFUNRectangleF qui représente le rectangle à ajouter.

Voir également