Accusoft.PrintPro7.Net
Polygon(PointF[]) Method
See Also  Send Feedback
Accusoft.PrintProSdk Namespace > Draw Class > Polygon Method : Polygon(PointF[]) Method




points
A System.Drawing.PointF value which represents the coordinates for a polygon.

Glossary Item Box

Draws a 3-6 sided polygon on a printer.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

points
A System.Drawing.PointF value which represents the coordinates for a polygon.

Remarks

The coordinates of the polygon must be within the physical area of the printer. To fill a polygon, set the FillColor and FillStyle properties of the object on which the polygon is drawn. Specify as many coordinates as needed to define the polygon (3 for a triangle, 4 for a square, etc.) The width of the line used to draw the rectangle depends on the setting of the Width property. The way the rectangle is drawn on the background depends on the setting of the Mode and Style properties

See Also

©2013. Accusoft Corporation. All Rights Reserved.