In This Topic
Tessellates a polygon specified by its vertices into triangles, and adds those triangles to this annotation's
Area.
Syntax
'Declaration
Public Sub AddPolygon( _
ByVal () As System.Drawing.PointF, _
Optional ByVal As FillMode _
)
public void AddPolygon(
System.Drawing.PointF[] ,
FillMode
)
Parameters
- points
- The array of points that specify the vertices of the polygon.
- fillMode
- The fill mode.
See Also