System::Drawing::Drawing2D::GraphicsPath::AddRectangle method

GraphicsPath::AddRectangle(const Rectangle&) method

Adds the specified rectangle to the path represented by the current object.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const Rectangle &rect)
ParameterTypeDescription
rectconst Rectangle&A rectangle to add

See Also

GraphicsPath::AddRectangle(const RectangleF&) method

Adds the specified rectangle to the path represented by the current object.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangle(const RectangleF &rect)
ParameterTypeDescription
rectconst RectangleF&A rectangle to add

See Also