Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreateConnectorTool Class / SnapEndPlug Method


In This Topic
    SnapEndPlug Method
    In This Topic
    Called to snap the end plug. The default implementation simply calls SnapShapePlug method of the snap manager. Override this method to support custom end plug snapping.
    Syntax
    'Declaration
     
    
    Protected Overridable Function SnapEndPlug( _
       ByVal mouseInfo As NMouseInfo _
    ) As NSnapPointResult
    'Usage
     
    
    Dim instance As NCreateConnectorTool
    Dim mouseInfo As NMouseInfo
    Dim value As NSnapPointResult
     
    value = instance.SnapEndPlug(mouseInfo)
    protected virtual NSnapPointResult SnapEndPlug( 
       NMouseInfo mouseInfo
    )

    Parameters

    mouseInfo
    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