System::Drawing::Drawing2D::GraphicsPath::AddRectangle metodo

GraphicsPath::AddRectangle(const Rectangle&) method

Aggiunge il rettangolo specificato al percorso rappresentato dall’oggetto corrente.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
ParametroTipoDescrizione
rectconst Rectangle&Un rettangolo da aggiungere

Vedi anche

GraphicsPath::AddRectangle(const RectangleF&) method

Aggiunge il rettangolo specificato al percorso rappresentato dall’oggetto corrente.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
ParametroTipoDescrizione
rectconst RectangleF&Un rettangolo da aggiungere

Vedi anche