Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NAdvancedGradientFill Class / QCdb Method


In This Topic
    QCdb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function QCdb( _
       ByVal rCdb As NColor, _
       ByVal SCdb As NColor, _
       ByVal tCdb As System.Integer _
    ) As NAdvancedGradientPointCollection
    'Usage
     
    
    Dim rCdb As NColor
    Dim SCdb As NColor
    Dim tCdb As System.Integer
    Dim value As NAdvancedGradientPointCollection
     
    value = NAdvancedGradientFill.QCdb(rCdb, SCdb, tCdb)
    internal static NAdvancedGradientPointCollection QCdb( 
       NColor rCdb,
       NColor SCdb,
       System.int tCdb
    )

    Parameters

    rCdb
    SCdb
    tCdb
    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