GraphicsPath.AddRectangles

GraphicsPath.AddRectangles method

Adds a series of rectangles to this path.

public void AddRectangles(RectangleF[] rects)
ParameterTypeDescription
rectsRectangleF[]An array of RectangleF structures that represents the rectangles to add.

See Also