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.

PgSqlCircle Constructor(Double,Double,Double)
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 _
)
 

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