Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NStockGradientFill Class / NStockGradientFill Constructor / NStockGradientFill Constructor(ENGradientStyle,ENGradientVariant,NColor,NColor)
Gradient style.
Gradient variant.
Gradient begin color.
Gradient end color.


In This Topic
    NStockGradientFill Constructor(ENGradientStyle,ENGradientVariant,NColor,NColor)
    In This Topic
    Initializer constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As ENGradientStyle, _
       ByVal variant As ENGradientVariant, _
       ByVal beginColor As NColor, _
       ByVal endColor As NColor _
    )
    'Usage
     
    
    Dim style As ENGradientStyle
    Dim variant As ENGradientVariant
    Dim beginColor As NColor
    Dim endColor As NColor
     
    Dim instance As New NStockGradientFill(style, variant, beginColor, endColor)

    Parameters

    style
    Gradient style.
    variant
    Gradient variant.
    beginColor
    Gradient begin color.
    endColor
    Gradient end color.
    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