Rect.Empty プロパティ

定義

位置や領域を持たない四角形を表す特殊な値を取得します。

public:
 static property System::Windows::Rect Empty { System::Windows::Rect get(); };
public static System.Windows.Rect Empty { get; }
static member Empty : System.Windows.Rect
Public Shared ReadOnly Property Empty As Rect

プロパティ値

XY および PositiveInfinity 値を持ち、WidthHeight および NegativeInfinity 値を持つ空の四角形。

注釈

空の四角形を含む数学的計算は避けてください。 と Y の両方Xが無限の値であるため、プロセッサ操作はこれらの操作によって深刻に損なわれます。 これらの値を含む比較は、アプリケーションのパフォーマンスに影響しません。

適用対象

こちらもご覧ください