BoundingBoxProperties.Xmin Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to