Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PlanarEntity Class
Members

In This Topic
    PlanarEntity Class
    In This Topic
    Base class for all planar entities.
    Syntax
    'Declaration
     
    Public Class PlanarEntity 
       Inherits Entity
       Implements IEntitydevDept.Eyeshot.ISelectableItem 
    public class PlanarEntity : Entity, IEntitydevDept.Eyeshot.ISelectableItem  
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.Entities.Entity
          devDept.Eyeshot.Entities.PlanarEntity
             devDept.Eyeshot.Entities.Circle
             devDept.Eyeshot.Entities.Ellipse
             devDept.Eyeshot.Entities.Leader
             devDept.Eyeshot.Entities.Picture
             devDept.Eyeshot.Entities.Region
             devDept.Eyeshot.Entities.Text

    See Also