GraphicsPath::AddRectangles Method (array<RectangleF>^)

 

Adds a series of rectangles to this path.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
void AddRectangles(
	array<RectangleF>^ rects
)

Parameters

rects
Type: array<System.Drawing::RectangleF>^

An array of RectangleF structures that represents the rectangles to add.

.NET Framework
Available since 1.1
Return to top
Show: