C# Class Earthworm.Serialization.JsonPoint

The JSON-serializable point type.
Inheritance: JsonGeometry, IJsonGeometry
Afficher le fichier Open project: jshirota/Earthworm Class Usage Examples

Méthodes publiques

Méthode Description
FromJson ( string json ) : JsonPoint

Deserializes a JSON string into an instance of this geometry type.

Method Details

FromJson() public static méthode

Deserializes a JSON string into an instance of this geometry type.
public static FromJson ( string json ) : JsonPoint
json string
Résultat JsonPoint