ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Rectangle Class / Rectangle Constructor






In This Topic
    Rectangle Constructor
    In This Topic
    Creates one Rectangle instance.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New Rectangle()
    public Rectangle()
    public Rectangle(); 
    public function Rectangle();
    public: Rectangle();
    public:
    Rectangle();
    See Also