Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingPreviewManager Class / CreateDrawingNodesPreview Method


In This Topic
    CreateDrawingNodesPreview Method
    In This Topic
    Called by the StartMovePreview method to create an instance of the NDrawingMovePreview, which must be used for the preview of the specified elements
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateDrawingNodesPreview( _
       ByVal elements As NNodeList _
    ) As NDrawingMovePreview
    'Usage
     
    
    Dim instance As NDrawingPreviewManager
    Dim elements As NNodeList
    Dim value As NDrawingMovePreview
     
    value = instance.CreateDrawingNodesPreview(elements)
    protected virtual NDrawingMovePreview CreateDrawingNodesPreview( 
       NNodeList elements
    )

    Parameters

    elements
    Remarks
    This can be overriden in order to return a subclassed NDrawingMovePreview instance
    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