dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlCircle Structure / PgSqlCircle Constructor / PgSqlCircle Constructor(Double,Double,Double)
The specified x coordinate of the center point.
The specified y coordinate of the center point.
The specified radius.

In This Topic
    PgSqlCircle Constructor(Double,Double,Double)
    In This Topic
    Initializes a new instance of the PgSqlCircle structure with the specified center point and radius.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal radius As Double _
    )
    public PgSqlCircle( 
       double x,
       double y,
       double radius
    )

    Parameters

    x
    The specified x coordinate of the center point.
    y
    The specified y coordinate of the center point.
    radius
    The specified radius.
    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