次の方法で共有


BoundingBoxSpec.Xmin プロパティ

定義

境界ボックスの左下隅の x 座標を取得します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象