AddPolygon Method (GraphicsPath)
In This Topic
Adds a polygon to this path.
Syntax
'Declaration
Public Sub AddPolygon( _
ByVal () As PointF _
)
public void AddPolygon(
PointF[]
)
Parameters
- points
- An array of Point structures that defines the polygon to add.
See Also