次の方法で共有


RectHelper.GetIsEmpty(Rect) メソッド

定義

指定した RectEmptyRectと等しいかどうかを返します。 C# および Microsoft Visual Basic コードでは、代わりに rect.IsEmpty 使用する必要があります。

public:
 static bool GetIsEmpty(Rect target);
 static bool GetIsEmpty(Rect const& target);
public static bool GetIsEmpty(Rect target);
function getIsEmpty(target)
Public Shared Function GetIsEmpty (target As Rect) As Boolean

パラメーター

target
Rect

評価する Rect

戻り値

Boolean

bool

指定した RectEmptyRectと等しい場合は、true を します。それ以外の場合は、falseを します。

注釈

このメソッドを使用してゼロ領域をテストしないでください。領域がゼロの四角形は、必ずしも 空の 四角形であるとは限りません。 詳細については、「Empty プロパティ」を参照してください。

適用対象