Nevron.GraphicsCore Namespace / NGradientFillStyle Class / NGradientFillStyle Constructor / NGradientFillStyle Constructor(NColor,NColor)


In This Topic
    NGradientFillStyle Constructor(NColor,NColor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal beginColor As NColor, _
       ByVal endColor As NColor _
    )
    'Usage
     
    
    Dim beginColor As NColor
    Dim endColor As NColor
     
    Dim instance As New NGradientFillStyle(beginColor, endColor)
    public NGradientFillStyle( 
       NColor beginColor,
       NColor endColor
    )

    Parameters

    beginColor
    endColor
    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