Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NPolygon Class / QYv Method


In This Topic
    QYv Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function QYv( _
       ByVal rYv As NMultiPointBase, _
       ByVal SYv As System.Integer, _
       ByVal tYv As System.Integer, _
       ByVal UYv As System.Double, _
       ByVal vYv As System.Double, _
       ByRef WYv As NLineSegment _
    ) As System.Boolean
    'Usage
     
    
    Dim rYv As NMultiPointBase
    Dim SYv As System.Integer
    Dim tYv As System.Integer
    Dim UYv As System.Double
    Dim vYv As System.Double
    Dim WYv As NLineSegment
    Dim value As System.Boolean
     
    value = NPolygon.QYv(rYv, SYv, tYv, UYv, vYv, WYv)
    internal static System.bool QYv( 
       NMultiPointBase rYv,
       System.int SYv,
       System.int tYv,
       System.double UYv,
       System.double vYv,
       out NLineSegment WYv
    )

    Parameters

    rYv
    SYv
    tYv
    UYv
    vYv
    WYv
    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