Property Points
Points
Gets or sets the flattened list of points (x,y pairs).
[JsonProperty("points")]
public List<float> Points { get; set; }
Gets or sets the flattened list of points (x,y pairs).
[JsonProperty("points")]
public List<float> Points { get; set; }