Abstraction.Rectangle.Rectangle C# (CSharp) Method

Rectangle() public method

public Rectangle ( ) : System
return System
        public Rectangle()
            : this(null, null)
        {
        }

Same methods

Rectangle::Rectangle ( double width, double height ) : System