dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlPolygon Structure / PgSqlPolygon Constructor
Array of the PgSqlPoint end points of the line segments comprising the boundary of the polygon.

In This Topic
    PgSqlPolygon Constructor
    In This Topic
    Initializes a new instance of the PgSqlPolygon structure with the specified sets of points.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points() As PgSqlPoint _
    )
    public PgSqlPolygon( 
       PgSqlPoint[] points
    )

    Parameters

    points
    Array of the PgSqlPoint end points of the line segments comprising the boundary of the polygon.
    See Also