AsgQuizzes.OOShapes.AddRectangle C# (CSharp) Méthode

AddRectangle() public méthode

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