Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShape Class / TryGlueEndPoint Method / TryGlueEndPoint(Boolean,NSnapPointResult,NTooltip) Method


In This Topic
    TryGlueEndPoint(Boolean,NSnapPointResult,NTooltip) Method
    In This Topic
    Glues the begin or end point of the shape to a snap point result. Returns true, if successfully glued to a port, shape or geometry. Otherwise returns false.
    Syntax
    'Declaration
     
    
    Public Overloads Function TryGlueEndPoint( _
       ByVal begin As System.Boolean, _
       ByVal res As NSnapPointResult, _
       ByRef toolTip As NTooltip _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShape
    Dim begin As System.Boolean
    Dim res As NSnapPointResult
    Dim toolTip As NTooltip
    Dim value As System.Boolean
     
    value = instance.TryGlueEndPoint(begin, res, toolTip)
    public System.bool TryGlueEndPoint( 
       System.bool begin,
       NSnapPointResult res,
       out NTooltip toolTip
    )

    Parameters

    begin
    res
    toolTip
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also