Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NGeometrySegmentsTracker Class / UpdateShapeFromTracker Method


In This Topic
    UpdateShapeFromTracker Method (NGeometrySegmentsTracker)
    In This Topic
    Updates the node from the tracker
    Syntax
    'Declaration
     
    
    Public Overrides Sub UpdateShapeFromTracker() 
    'Usage
     
    
    Dim instance As NGeometrySegmentsTracker
     
    instance.UpdateShapeFromTracker()
    public override void UpdateShapeFromTracker()
    Remarks
    Overriden to insert a new point in the node at the dragged mid point index
    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