Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map Namespace / NMapFillRule Class / YUph Method


In This Topic
    YUph Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function YUph( _
       ByVal Avph As NColor, _
       ByVal bvph As NColor, _
       ByVal Cvph As System.Integer _
    ) As NColor()
    'Usage
     
    
    Dim Avph As NColor
    Dim bvph As NColor
    Dim Cvph As System.Integer
    Dim value() As NColor
     
    value = NMapFillRule.YUph(Avph, bvph, Cvph)
    internal static NColor[] YUph( 
       NColor Avph,
       NColor bvph,
       System.int Cvph
    )

    Parameters

    Avph
    bvph
    Cvph
    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