Rect3D.IsEmpty プロパティ
定義
public:
property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean
プロパティ値
この Rect3D が空の四角形である場合は true
。それ以外の場合は false
。true
if this Rect3D is the empty rectangle; false
otherwise.
注釈
Sizeが0の場合で Rect3D も、0次元または1次元の点のセットが含まれます。したがって、このプロパティを使用してゼロ領域をチェックすることはできません。If Size is zero, this Rect3D still contains a zero- or 1-dimensional set of points; therefore, this property should not be used to check for zero area.
Rect3D は、通常、またはの境界を表すために使用され MeshGeometry3D Model3D ます。Rect3D is typically used to represent the bounds of a MeshGeometry3D or Model3D.