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


In This Topic
    SnapStartPlug Method
    In This Topic
    Called to snap the start plug. The default implementation simply calls SnapShapePlug method of the snap manager. Override this method to support custom start plug snapping.
    Syntax
    'Declaration
     
    
    Protected Overridable Function SnapStartPlug( _
       ByVal mouseInfo As NMouseInfo _
    ) As NSnapPointResult
    'Usage
     
    
    Dim instance As NCreateConnectorTool
    Dim mouseInfo As NMouseInfo
    Dim value As NSnapPointResult
     
    value = instance.SnapStartPlug(mouseInfo)
    protected virtual NSnapPointResult SnapStartPlug( 
       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