Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / SetStroke Method / SetStroke(NStroke) Method


In This Topic
    SetStroke(NStroke) Method
    In This Topic
    Sets the current stroke to the specified NStroke instance. A value of null clears the stroke.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetStroke( _
       ByVal stroke As NStroke _
    ) 
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim stroke As NStroke
     
    instance.SetStroke(stroke)
    public void SetStroke( 
       NStroke stroke
    )

    Parameters

    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