GraphicsPath.AddRectangle

AddRectangle(Rectangle)

Adds a rectangle to this path.

public void AddRectangle(Rectangle rect)
ParameterTypeDescription
rectRectangleA Rectangle that represents the rectangle to add.

See Also


AddRectangle(RectangleF)

Adds a rectangle to this path.

public void AddRectangle(RectangleF rect)
ParameterTypeDescription
rectRectangleFA RectangleF that represents the rectangle to add.

See Also