Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSnapManager Class / SnapBounds Method
bounds to snap


In This Topic
    SnapBounds Method (NSnapManager)
    In This Topic
    Snaps the specified bounds in accordance with the SnapTo settings
    Syntax
    'Declaration
     
    
    Public Overridable Function SnapBounds( _
       ByVal bounds As NRectangleF _
    ) As NSnapBoundsResult
    'Usage
     
    
    Dim instance As NSnapManager
    Dim bounds As NRectangleF
    Dim value As NSnapBoundsResult
     
    value = instance.SnapBounds(bounds)
    public virtual NSnapBoundsResult SnapBounds( 
       NRectangleF bounds
    )

    Parameters

    bounds
    bounds to snap

    Return Value

    snap bounds result
    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