Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NSnapAndGlue Class / Snap1DPrimitiveStartPoint Method


In This Topic
    Snap1DPrimitiveStartPoint Method
    In This Topic
    Snaps the Start Point of a 1D primitive (line, bezier, arc etc.).
    Syntax
    'Declaration
     
    
    Public Overridable Function Snap1DPrimitiveStartPoint( _
       ByVal point As NPoint _
    ) As NSnapPointResult
    'Usage
     
    
    Dim instance As NSnapAndGlue
    Dim point As NPoint
    Dim value As NSnapPointResult
     
    value = instance.Snap1DPrimitiveStartPoint(point)
    public virtual NSnapPointResult Snap1DPrimitiveStartPoint( 
       NPoint point
    )

    Parameters

    point
    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