Name | Description | |
---|---|---|
PgSqlPolygon Constructor | Initializes a new instance of the PgSqlPolygon structure with the specified sets of points. |
The following tables list the members exposed by PgSqlPolygon.
Name | Description | |
---|---|---|
PgSqlPolygon Constructor | Initializes a new instance of the PgSqlPolygon structure with the specified sets of points. |
Name | Description | |
---|---|---|
Null | Represents a null PgSqlPolygon object. |
Name | Description | |
---|---|---|
IsNull | Gets a value indicating whether the PgSqlPolygon is a Null. | |
Points | Gets the end points of the line segments comprising the boundary of the polygon. |
Name | Description | |
---|---|---|
Equals | Determines if the specified object is an instance of PgSqlPolygon and has the same values as the current PgSqlPolygon instance. | |
GetHashCode | Gets a hash code for the PgSqlPolygon instance. | |
Parse | Converts the specified System.String representation of a polygon (similar to closed path) to its PgSqlPolygon equivalent. | |
ToString | Converts the current PgSqlPolygon structure to a System.String. |
Equality | Determines whether two PgSqlPolygon structures are the same. |
Inequality | Compares two PgSqlPolygon structures to determine if they are not equal. |