Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool |
Returns a value indicating whether this instance and a specified object represent the same value.
|
|
GetHashCode ( ) : int |
Returns the hash code based on the value of this instance.
|
|
GetObjectData ( |
||
Polygon ( ) : System |
Creates a new instance of Polygon with a single ring.
|
|
Polygon ( IList |
Creates a new instance of Polygon using multiple rings.
|
|
ToString ( ) : string |
Returns Well-known text (WKT) representation of the geometry object.
|
Метод | Описание | |
---|---|---|
Polygon ( |
Creates a new instance of Polygon using serialization information.
|
public GetObjectData ( |
||
info | ||
context | ||
Результат | void |
public Polygon ( IList |
||
rings | IList |
The polygon rings |
Результат | System |
protected Polygon ( |
||
info | ||
context | ||
Результат | System |