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


In This Topic
    xSv Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub xSv( _
       ByVal YSv As System.Double, _
       ByVal Atv As System.Double, _
       ByVal btv As System.Byte _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim YSv As System.Double
    Dim Atv As System.Double
    Dim btv As System.Byte
     
    instance.xSv(YSv, Atv, btv)
    internal void xSv( 
       System.double YSv,
       System.double Atv,
       System.byte btv
    )

    Parameters

    YSv
    Atv
    btv
    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