System.util.RectangleJ.IsEmpty C# (CSharp) Méthode

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool
        public bool IsEmpty() {
            return width <= 0 || height <= 0;
        }
    }