Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / OnTransformChanged Method


In This Topic
    OnTransformChanged Method (NShape)
    In This Topic
    Called when the transformation of the node has changed
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnTransformChanged() 
    'Usage
     
    
    Dim instance As NShape
     
    instance.OnTransformChanged()
    protected override void OnTransformChanged()
    Remarks
    Overriden to start and entity update and update the shape trackers
    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