C# 클래스 Earthworm.Serialization.JsonPolygon

The JSON-serializable polygon type.
상속: JsonGeometry, IJsonGeometry
파일 보기 프로젝트 열기: jshirota/Earthworm 1 사용 예제들

공개 메소드들

메소드 설명
FromJson ( string json ) : JsonPolygon

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

메소드 상세

FromJson() 공개 정적인 메소드

Deserializes a JSON string into an instance of this geometry type.
public static FromJson ( string json ) : JsonPolygon
json string
리턴 JsonPolygon