System::Drawing::Drawing2D::GraphicsPath::AddRectangle méthode

GraphicsPath::AddRectangle(const Rectangle&) method

Ajoute le rectangle spécifié au chemin représenté par l’objet actuel.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
ParamètreTypeDescription
rectconst Rectangle&Un rectangle à ajouter

Voir aussi

GraphicsPath::AddRectangle(const RectangleF&) method

Ajoute le rectangle spécifié au chemin représenté par l’objet actuel.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
ParamètreTypeDescription
rectconst RectangleF&Un rectangle à ajouter

Voir aussi