C1.Web.Mvc Namespace / Shape Class
Members

Shape Class
Represents a base class of shape annotations for the AnnotationLayer.
Object Model
Shape ClassDataPoint ClassSVGStyle Class
Syntax
'Declaration
 
Public MustInherit Class Shape 
   Inherits AnnotationBase
 
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.AnnotationBase
      C1.Web.Mvc.Shape
         C1.Web.Mvc.Circle
         C1.Web.Mvc.Ellipse
         C1.Web.Mvc.Image
         C1.Web.Mvc.Line
         C1.Web.Mvc.Polygon
         C1.Web.Mvc.Rectangle
         C1.Web.Mvc.Square

See Also