LineGeometry.IsEmpty 메서드

정의

LineGeometry 개체가 비어 있는지 여부를 확인합니다.

public:
 override bool IsEmpty();
public override bool IsEmpty ();
override this.IsEmpty : unit -> bool
Public Overrides Function IsEmpty () As Boolean

반환

Boolean

LineGeometry가 비어 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상