다음을 통해 공유


Rect.IsEmpty 속성

정의

사각형이 Empty 사각형인지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

속성 값

사각형이 Empty 사각형이면 true이고, 그렇지 않으면 false입니다.

설명

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

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

적용 대상