'Declaration Public Function New( _ ByVal center As PgSqlPoint, _ ByVal radius As Double _ ) |
public PgSqlCircle( PgSqlPoint center, double radius ) |
Parameters
- center
- The PgSqlPoint that is the center point.
- radius
- The specified radius.
'Declaration Public Function New( _ ByVal center As PgSqlPoint, _ ByVal radius As Double _ ) |
public PgSqlCircle( PgSqlPoint center, double radius ) |