Name | Description | |
---|---|---|
PgSqlCircle Constructor | Overloaded. Initializes a new instance of the PgSqlCircle structure. |
The following tables list the members exposed by PgSqlCircle.
Name | Description | |
---|---|---|
PgSqlCircle Constructor | Overloaded. Initializes a new instance of the PgSqlCircle structure. |
Name | Description | |
---|---|---|
Null | Represents a null PgSqlCircle object. |
Name | Description | |
---|---|---|
Center | Gets the center point of the circle. | |
IsNull | Gets a value indicating whether the PgSqlCircle is a Null. | |
Radius | Gets the the radius of the circle. |
Name | Description | |
---|---|---|
Equals | Determines if the specified object is an instance of PgSqlCircle and has the same values as the current PgSqlCircle instance. | |
GetHashCode | Gets a hash code for the PgSqlCircle instance. | |
Parse | Converts the specified System.String representation of a circle to its PgSqlCircle equivalent. | |
ToString | Converts the current PgSqlCircle structure to a System.String. |
Equality | Determines whether two PgSqlCircle structures are the same. |
Inequality | Compares two PgSqlCircle structures to determine if they are not equal. |