Abstraction.Rectangle.Rectangle C# (CSharp) 메소드

Rectangle() 공개 메소드

public Rectangle ( ) : System
리턴 System
        public Rectangle()
            : this(null, null)
        {
        }

Same methods

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