Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / SnapPointStroke Method


In This Topic
    SnapPointStroke Method
    In This Topic
    Snaps a point for pixel snapped stroking.
    Syntax
    'Declaration
     
    
    Public Function SnapPointStroke( _
       ByVal point As NPoint, _
       ByVal stroke As NStroke _
    ) As NPoint
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim point As NPoint
    Dim stroke As NStroke
    Dim value As NPoint
     
    value = instance.SnapPointStroke(point, stroke)
    public NPoint SnapPointStroke( 
       NPoint point,
       NStroke stroke
    )

    Parameters

    point
    stroke
    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