Share via


BoundingBox クラス

定義

Azure Cosmos DB サービスのジオメトリの座標範囲を表します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Spatial.Converters.BoundingBoxJsonConverter))]
[System.Runtime.Serialization.DataContract]
public sealed class BoundingBox : IEquatable<Microsoft.Azure.Cosmos.Spatial.BoundingBox>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Spatial.Converters.BoundingBoxJsonConverter))>]
[<System.Runtime.Serialization.DataContract>]
type BoundingBox = class
    interface IEquatable<BoundingBox>
Public NotInheritable Class BoundingBox
Implements IEquatable(Of BoundingBox)
継承
BoundingBox
属性
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute
実装

コンストラクター

BoundingBox(Position, Position)

Azure Cosmos DB サービスの クラスの BoundingBox 新しいインスタンスを初期化します。

プロパティ

Max

Azure Cosmos DB サービスの境界ボックスのすべての軸の最大値を取得します。

Min

Azure Cosmos DB サービスの境界ボックスのすべての軸の最小値を取得します。

メソッド

Equals(BoundingBox)

これが BoundingBox Azure Cosmos DB サービスの と other 等しいかどうかを判断します。

Equals(Object)

指定した BoundingBox が Azure Cosmos DB サービスの現在 BoundingBox の と等しいかどうかを判断します。

GetHashCode()

Azure Cosmos DB サービスの型の BoundingBox ハッシュ関数として機能します。

適用対象