Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NTrackersManager Class / CreateCustomTrackers Method


In This Topic
    CreateCustomTrackers Method
    In This Topic
    Called from the CreateTrackersForShape method, in order to provide derived classes with the ability to create custom trackers for the specified shape
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateCustomTrackers( _
       ByVal shape As NShape _
    ) As NTracker()
    'Usage
     
    
    Dim instance As NTrackersManager
    Dim shape As NShape
    Dim value() As NTracker
     
    value = instance.CreateCustomTrackers(shape)
    protected virtual NTracker[] CreateCustomTrackers( 
       NShape shape
    )

    Parameters

    shape
    Remarks
    This implementation returns null
    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