Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NViewLayer Class
Members


In This Topic
    NViewLayer Class
    In This Topic
    The NViewLayer class represents a primary holder for view nodes
    Object Model
    NViewLayer Class
    Syntax
    Remarks
    NViewLayer enhances its base NDiagramNode with the following features:
    • NViewLayer implements the INNodeComposite interface, so you can freely insert and remove nodes from it.
    • By implementing the INPaintable interface desiner layers propagate the Content paint passe to their children.
    • Implemented is the INHitTest interface to indicate that the NViewLayer descendants can be hittested.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.WinForm.NViewLayer

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also