dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlCircle Structure / PgSqlCircle Constructor / PgSqlCircle Constructor(PgSqlPoint,Double)
The PgSqlPoint that is the center point.
The specified radius.

PgSqlCircle Constructor(PgSqlPoint,Double)
Initializes a new instance of the PgSqlCircle structure with the specified center PgSqlPoint value and radius.
Syntax
'Declaration
 
Public Function New( _
   ByVal center As PgSqlPoint, _
   ByVal radius As Double _
)
 

Parameters

center
The PgSqlPoint that is 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