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.

In This Topic
PgSqlCircle Constructor(PgSqlPoint,Double)
In This Topic
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.
See Also