Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / CSv Method


In This Topic
    CSv Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub CSv( _
       ByVal dSv As System.Double, _
       ByVal ESv As NGraphicsPath _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim dSv As System.Double
    Dim ESv As NGraphicsPath
     
    instance.CSv(dSv, ESv)
    internal void CSv( 
       System.double dSv,
       NGraphicsPath ESv
    )

    Parameters

    dSv
    ESv
    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