XGraphics.DrawPolygon Method (XBrush,PointF[], 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.2.1.0 (5.2.1.0)
Syntax

public void DrawPolygon(
	XBrush brush,
	PointF[] points,
	XFillMode fillmode
)

Parameters

brush
Type: PdfEdit.Drawing.XBrush
points
Type:System.Drawing.PointF[]
fillmode
Type: PdfEdit.Drawing.XFillMode
See Also

Reference