Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramSmartPaintService Class
Members


In This Topic
    NDiagramSmartPaintService Class
    In This Topic
    The NDiagramSmartPaintService class represents a smart invalidation service, which nodes use to invalidate themselves in document and view scenes
    Object Model
    NDiagramSmartPaintService Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NDiagramSmartPaintService 
       Inherits Nevron.Dom.NService
       Implements Nevron.Dom.INService, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NDiagramSmartPaintService
    Remarks
    NDiagramNode instances try to connect to a service of this type. Since NDiagramSmartPaintService serves as base class for document and view smart paint services, nodes can transparently invalidate themselves regardless of the scene in which they currently reside.
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NService
          Nevron.Diagram.NDiagramSmartPaintService
             Nevron.Diagram.NDocumentSmartPaintService
             Nevron.Diagram.WinForm.NViewSmartPaintService

    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