Rect.IsEmpty プロパティ
定義
public:
property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean
プロパティ値
四角形が Empty の四角形の場合は true
。それ以外の場合は false
。true
if the rectangle is the Empty rectangle; otherwise, false
.
注釈
このプロパティを使用してゼロ領域をテストすることはできません。領域がゼロの四角形は、必ずしも四角形であるとは限りません Empty 。Do not use this property to test for zero area; a rectangle with zero area is not necessarily the Empty rectangle. 詳細については、Empty プロパティを参照してください。For more information, see the Empty property.