'Declaration Public Function New( _ ByVal isClosedPath As Boolean, _ ByVal points() As PgSqlPoint _ )
public PgSqlPath( bool isClosedPath, PgSqlPoint[] points )
Parameters
- isClosedPath
- true if path is closed, where the first and last point are connected; false if path is open, where the first and last points in the set are not connected.
- points
- Array of the PgSqlPoint end points of the line segments comprising the path.