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


In This Topic
    Upv Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub Upv( _
       ByVal vpv As tlGb, _
       ByVal Wpv As jtbb, _
       ByVal xpv As System.Double, _
       ByVal Ypv As NGraphicsPath _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim vpv As tlGb
    Dim Wpv As jtbb
    Dim xpv As System.Double
    Dim Ypv As NGraphicsPath
     
    instance.Upv(vpv, Wpv, xpv, Ypv)
    internal void Upv( 
       tlGb vpv,
       jtbb Wpv,
       System.double xpv,
       NGraphicsPath Ypv
    )

    Parameters

    vpv
    Wpv
    xpv
    Ypv
    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