dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLSeg Structure / PgSqlLSeg Constructor / PgSqlLSeg Constructor(PgSqlPoint,PgSqlPoint)
The PgSqlPoint that is the specified start point of the line.
The PgSqlPoint that is the specified end point of the line.

PgSqlLSeg Constructor(PgSqlPoint,PgSqlPoint)
Initializes a new instance of the PgSqlLSeg structure with the specified start and end PgSqlPoint values of the line segment.
Syntax
'Declaration
 
Public Function New( _
   ByVal startPoint As PgSqlPoint, _
   ByVal endPoint As PgSqlPoint _
)
 

Parameters

startPoint
The PgSqlPoint that is the specified start point of the line.
endPoint
The PgSqlPoint that is the specified end point of the line.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also