Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAdvancedGradientFillStyle Class / NAdvancedGradientFillStyle Constructor / NAdvancedGradientFillStyle Constructor(AdvancedGradientScheme,Int32)


In This Topic
    NAdvancedGradientFillStyle Constructor(AdvancedGradientScheme,Int32)
    In This Topic
    Creates a new advanced gradient based on scheme and variant.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal scheme As AdvancedGradientScheme, _
       ByVal variant As System.Integer _
    )
    'Usage
     
    
    Dim scheme As AdvancedGradientScheme
    Dim variant As System.Integer
     
    Dim instance As New NAdvancedGradientFillStyle(scheme, variant)
    public NAdvancedGradientFillStyle( 
       AdvancedGradientScheme scheme,
       System.int variant
    )

    Parameters

    scheme
    variant
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also