PgSqlCircle Constructor(Double,Double,Double)
Initializes a new instance of the
PgSqlCircle structure with the specified center point and radius.
'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
)
Parameters
- x
- The specified coordinate of the center point.
- y
- The specified coordinate of the center point.
- radius
- The specified radius.