XGraphicsDrawRectangles Method (XPen, XBrush, RectangleF)Terminal Works - PDF Printing.Net Library
Draws a series of rectangles.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public void DrawRectangles(
	XPen pen,
	XBrush brush,
	RectangleF[] rectangles
)

Parameters

pen
Type: PdfEdit.DrawingXPen
brush
Type: PdfEdit.DrawingXBrush
rectangles
Type: System.DrawingRectangleF
See Also

Reference