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






In This Topic
    Rectangle Class
    In This Topic
    Represents a rectangle annotation for AnnotationLayer.
    Object Model
    Rectangle Class
    Syntax
    'Declaration
     
    
    Public Class Rectangle 
       Inherits Shape
    'Usage
     
    
    Dim instance As Rectangle
    public class Rectangle : Shape 
    public class Rectangle = class(Shape)
    public class Rectangle extends Shape
    public __gc class Rectangle : public Shape 
    public ref class Rectangle : public Shape 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.AnnotationBase
          C1.Web.Mvc.Shape
             C1.Web.Mvc.Rectangle

    See Also