AsgQuizzes.OOShapes.AddRectangle C# (CSharp) Method

AddRectangle() public method

public AddRectangle ( double height, double width ) : void
height double
width double
return void
        public void AddRectangle(double height, double width)
        {
            throw new NotImplementedException();
        }