Nevron .NET Vision
Nevron.Diagram Namespace / NAggregateModel Class / UpdateModelBounds Method / UpdateModelBounds(NRectangleF) Method
model bounds


In This Topic
    UpdateModelBounds(NRectangleF) Method
    In This Topic
    Updates the model bounds with the specified bounds
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function UpdateModelBounds( _
       ByVal newModelBounds As NRectangleF _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NAggregateModel
    Dim newModelBounds As NRectangleF
    Dim value As System.Boolean
     
    value = instance.UpdateModelBounds(newModelBounds)
    public virtual System.bool UpdateModelBounds( 
       NRectangleF newModelBounds
    )

    Parameters

    newModelBounds
    model bounds

    Return Value

    true if the model bounds were successfully updated, otherwise false
    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