System.util.RectangleJ.IsEmpty C# (CSharp) 메소드

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool
        public bool IsEmpty() {
            return width <= 0 || height <= 0;
        }
    }