Share via


SizeHelper.GetIsEmpty(Size) 메서드

정의

지정된 크기가 크기와 같은지 여부를 반환합니다. C# 및 Microsoft Visual Basic 코드는 Size.IsEmpty 를 대신 사용해야 합니다.

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

매개 변수

target
Size

평가할 크기 입니다.

반환

Boolean

bool

지정한 크기가 크기와 같으면 true이고, 그렇지 않으면 false입니다.

설명

이 메서드를 사용하여 영역 0을 테스트하지 마세요. 영역이 0인 크기가 반드시 빈 크기는 아닙니다. 자세한 내용은 Empty 속성을 참조하세요.

적용 대상