BoundingBoxProperties.Ymin Property

Definition

Gets the y-coordinate of the lower-left corner of the bounding box.

[Newtonsoft.Json.JsonProperty(PropertyName="ymin")]
public double Ymin { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ymin")>]
member this.Ymin : double with get, set
Public Property Ymin As Double

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to