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


In This Topic
    NHandleCollection Class
    In This Topic
    The NHandleCollection is a strongly typed view collection containing NHandle instances
    Object Model
    NHandleCollection Class
    Syntax
    Remarks
    NHandleCollection enhances its base NViewNodeCollection with the following features:
    • NHandleCollection implements the INPaintable interface and paints all contained handles (for speed optimization). If however a handle implements the INPaintable interface it will delegate the painting to it. Note that by default handles to not implement the INPaintable interface.
    • NHandleCollection implements the INTransformable interface, which means that the NHandleCollection class stores a local transformation. The NTracker class to which the collection belongs initializes this transformation with the transformation of the tracked node. In this way the scene transform of handles is the same as the tracked node scene transform, which is very convenient.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.NDiagramNodeCollection
             Nevron.Diagram.WinForm.NHandleCollection

    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