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