Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / PaintPolyline Method / PaintPolyline(NPolyline,Boolean) Method


In This Topic
    PaintPolyline(NPolyline,Boolean) Method
    In This Topic
    Paints a polyline. The current stroke and shadow styles are used.
    Syntax
    'Declaration
     
    
    Public Overloads Sub PaintPolyline( _
       ByVal polyline As NPolyline, _
       ByVal temp As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim polyline As NPolyline
    Dim temp As System.Boolean
     
    instance.PaintPolyline(polyline, temp)
    public void PaintPolyline( 
       NPolyline polyline,
       System.bool temp
    )

    Parameters

    polyline
    temp
    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