For internal use only. Draws a polygon.

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
protected void Polygon(
	Point[] points
)
Visual Basic
Protected Sub Polygon ( _
	points As Point() _
)

Parameters

points
Type: array<System.Windows..::..Point>[]()[][]

See Also