XGraphicsDrawPolygon Method (XPen, XBrush, XPoint, XFillMode)Terminal Works - PDF Printing.Net Library
Draws a polygon defined by an array of points.

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

public void DrawPolygon(
	XPen pen,
	XBrush brush,
	XPoint[] points,
	XFillMode fillmode
)

Parameters

pen
Type: PdfEdit.DrawingXPen
brush
Type: PdfEdit.DrawingXBrush
points
Type: PdfEdit.DrawingXPoint
fillmode
Type: PdfEdit.DrawingXFillMode
See Also

Reference