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.
    See Also