Rect.Empty 속성

정의

위치와 넓이가 없는 사각형을 나타내는 특수 값을 가져옵니다.

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

속성 값

XY 속성 값이 PositiveInfinity이고 WidthHeight 속성 값이 NegativeInfinity인 빈 사각형입니다.

설명

이 구조체는 WinRT(Windows 런타임) Rect 구조체의 .NET 프로젝션을 나타냅니다. 자세한 내용은 UWP API 참조의 Rect 를 참조하세요.

이 멤버<에 대한 자세한 내용은 .NET Framework API 참조에서 System.Windows.Rect.Empty?displayProperty=nameWithType>을 참조하세요.

적용 대상