Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NSnapManager Class / SnapBoundsPoint Method
point to snap


In This Topic
    SnapBoundsPoint Method
    In This Topic
    Snaps a rotated bounds or scene bounds point
    Syntax
    'Declaration
     
    
    Public Overridable Function SnapBoundsPoint( _
       ByVal point As NPointF _
    ) As NSnapPointResult
    'Usage
     
    
    Dim instance As NSnapManager
    Dim point As NPointF
    Dim value As NSnapPointResult
     
    value = instance.SnapBoundsPoint(point)
    public virtual NSnapPointResult SnapBoundsPoint( 
       NPointF point
    )

    Parameters

    point
    point to snap

    Return Value

    snap point result
    Remarks
    This method can only snap the point to Guidelines, Grid and Rulers. The targets are controlled by the SnapTo setting.
    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