BoundingBoxProperties.Xmax Property

Definition

Gets the x-coordinate of the upper-right corner of the bounding box.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to