Nevron.Diagram.WinForm Namespace / NTrackersManager Class / CreatePlugsTracker Method


In This Topic
    CreatePlugsTracker Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreatePlugsTracker( _
       ByVal shape As NShape _
    ) As NPlugsTracker
    'Usage
     
    
    Dim instance As NTrackersManager
    Dim shape As NShape
    Dim value As NPlugsTracker
     
    value = instance.CreatePlugsTracker(shape)
    protected virtual NPlugsTracker CreatePlugsTracker( 
       NShape shape
    )

    Parameters

    shape
    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