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


In This Topic
    CreateGeometryPointTracker Method
    In This Topic
    Called from the CreateTrackersForShape method, when a new instance of the NGeometryPointTracker class is needed for the specified shape
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateGeometryPointTracker( _
       ByVal shape As NShape _
    ) As NGeometryPointTracker
    'Usage
     
    
    Dim instance As NTrackersManager
    Dim shape As NShape
    Dim value As NGeometryPointTracker
     
    value = instance.CreateGeometryPointTracker(shape)
    protected virtual NGeometryPointTracker CreateGeometryPointTracker( 
       NShape shape
    )

    Parameters

    shape
    Remarks
    This can be overriden in order to return a subclassed NGeometryPointTracker 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