Nevron .NET Vision
Nevron.Diagram Namespace / NModel Class / ComputeBounds Method / ComputeBounds(NMatrix2DF) Method
new local transfromation


In This Topic
    ComputeBounds(NMatrix2DF) Method
    In This Topic
    Computes the scene bounds of the model based on an expected new local transformation
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function ComputeBounds( _
       ByVal newTransform As NMatrix2DF _
    ) As NRectangleF
    'Usage
     
    
    Dim instance As NModel
    Dim newTransform As NMatrix2DF
    Dim value As NRectangleF
     
    value = instance.ComputeBounds(newTransform)
    protected virtual NRectangleF ComputeBounds( 
       NMatrix2DF newTransform
    )

    Parameters

    newTransform
    new local transfromation

    Return Value

    new scene bounds
    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