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


In This Topic
    OnBoundsChanging Method (NShape)
    In This Topic
    Called when the bounds of the model are about to change
    Syntax
    'Declaration
     
    
    Protected Overrides Function OnBoundsChanging( _
       ByVal newBounds As NRectangleF _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShape
    Dim newBounds As NRectangleF
    Dim value As System.Boolean
     
    value = instance.OnBoundsChanging(newBounds)
    protected override System.bool OnBoundsChanging( 
       NRectangleF newBounds
    )

    Parameters

    newBounds
    Remarks
    Overriden to check the shape constrains
    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