PdfCanvas
DrawPolygon Method (PdfPen, PdfBrush,
PointF
)
|
Draws a polygon.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DrawPolygon(
PdfPen pen,
PdfBrush brush,
PointF[] points
)
Public Sub DrawPolygon (
pen As PdfPen,
brush As PdfBrush,
points As PointF()
)
public:
void DrawPolygon(
PdfPen^ pen,
PdfBrush^ brush,
array<PointF>^ points
)
member DrawPolygon :
pen : PdfPen *
brush : PdfBrush *
points : PointF[] -> unit
Parameters
-
pen
-
Type:
Spire.Pdf.Graphics
PdfPen
The pen.
-
brush
-
Type:
Spire.Pdf.Graphics
PdfBrush
The brush.
-
points
-
Type:
System.Drawing
PointF
The points.
See Also