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


In This Topic
    SnapGuidelineX Method
    In This Topic
    Snaps a guideline X coordinate to the grid and rulers
    Syntax
    'Declaration
     
    
    Public Overridable Function SnapGuidelineX( _
       ByVal coordInDrawing As System.Double _
    ) As NSnapCoordinateResult
    'Usage
     
    
    Dim instance As NSnapAndGlue
    Dim coordInDrawing As System.Double
    Dim value As NSnapCoordinateResult
     
    value = instance.SnapGuidelineX(coordInDrawing)
    public virtual NSnapCoordinateResult SnapGuidelineX( 
       System.double coordInDrawing
    )

    Parameters

    coordInDrawing
    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