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.

In This Topic
    PgSqlLSeg Constructor(PgSqlPoint,PgSqlPoint)
    In This Topic
    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 _
    )
    public PgSqlLSeg( 
       PgSqlPoint startPoint,
       PgSqlPoint endPoint
    )

    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