다음을 통해 공유


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

지정된 크기Size;에 해당하는지 true. 그렇지 않으면 false.

설명

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

적용 대상

추가 정보