Nevron .NET Vision
Nevron.Diagram Namespace / NBridgeManager Class / OnShapeBoundsChanged Method
shape whose bounds have changed


In This Topic
    OnShapeBoundsChanged Method (NBridgeManager)
    In This Topic
    Called by the container when the specified shape bounds have changed
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnShapeBoundsChanged( _
       ByVal shape As NShape _
    ) 
    'Usage
     
    
    Dim instance As NBridgeManager
    Dim shape As NShape
     
    instance.OnShapeBoundsChanged(shape)
    public virtual void OnShapeBoundsChanged( 
       NShape shape
    )

    Parameters

    shape
    shape whose bounds have changed
    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