Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / FreeFormPolygon Class / FreeFormPolygon Constructor

In This Topic
    FreeFormPolygon Constructor
    In This Topic
    Initializes a new instance of the FreeFormPolygon class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray points() As System.Drawing.PointF _
    )
    public FreeFormPolygon( 
       params System.Drawing.PointF[] points
    )

    Parameters

    points
    See Also