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

GraphicsPath::AddRectangle(const Rectangle&) method

Agrega el rectángulo especificado a la ruta representada por el objeto actual.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
ParámetroTipoDescripción
rectconst Rectangle\&Un rectángulo para agregar

Ver también

GraphicsPath::AddRectangle(const RectangleF&) method

Agrega el rectángulo especificado a la ruta representada por el objeto actual.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
ParámetroTipoDescripción
rectconst RectangleF&Un rectángulo para agregar

Ver también