GraphicsPath.AddRectangle

GraphicsPath.AddRectangle method

Adds a rectangle to this path.

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

See Also