Share via


SizeHelper.GetIsEmpty(Size) 메서드

정의

지정된 SizeEmptySize와 같은지 여부를 반환합니다. C# 코드는 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 지정한 크기EmptySize와 같으면 이고, false그렇지 않으면 입니다.

설명

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

적용 대상

추가 정보