Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NFillDeclaration Class / UIdh Method


In This Topic
    UIdh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function UIdh( _
       ByRef vIdh As NColor, _
       ByRef WIdh As NColor, _
       ByVal xIdh As System.Double, _
       ByVal YIdh As System.Double, _
       ByVal Ajdh As System.Double _
    ) As NColorFill
    'Usage
     
    
    Dim instance As NFillDeclaration
    Dim vIdh As NColor
    Dim WIdh As NColor
    Dim xIdh As System.Double
    Dim YIdh As System.Double
    Dim Ajdh As System.Double
    Dim value As NColorFill
     
    value = instance.UIdh(vIdh, WIdh, xIdh, YIdh, Ajdh)
    internal NColorFill UIdh( 
       ref NColor vIdh,
       ref NColor WIdh,
       System.double xIdh,
       System.double YIdh,
       System.double Ajdh
    )

    Parameters

    vIdh
    WIdh
    xIdh
    YIdh
    Ajdh
    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