RectHelper.GetIsEmpty(Rect) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
戻り値
Boolean
bool
指定した
注釈
このメソッドを使用してゼロ領域をテストしないでください。領域がゼロの四角形は、必ずしも 空の 四角形であるとは限りません。 詳細については、「Empty プロパティ」を参照してください。