Nevron .NET Vision
Nevron.Diagram Namespace / NModel Class / ComputeBounds Method / ComputeBounds() Method


In This Topic
    ComputeBounds() Method
    In This Topic
    Computes the scene bounds of the model
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function ComputeBounds() As NRectangleF
    'Usage
     
    
    Dim instance As NModel
    Dim value As NRectangleF
     
    value = instance.ComputeBounds()
    protected virtual NRectangleF ComputeBounds()

    Return Value

    bounds in scene coordinates
    Remarks
    This implementation measured the bounds of the model bounds corners when translated to scene coordinates
    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