Nevron .NET Vision
Nevron.Chart Namespace / NStrokeStyleTemplate Class / NStrokeStyleTemplate Constructor / NStrokeStyleTemplate Constructor(NLength,LinePattern)


In This Topic
    NStrokeStyleTemplate Constructor(NLength,LinePattern)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal width As NLength, _
       ByVal pattern As LinePattern _
    )
    'Usage
     
    
    Dim width As NLength
    Dim pattern As LinePattern
     
    Dim instance As New NStrokeStyleTemplate(width, pattern)
    public NStrokeStyleTemplate( 
       NLength width,
       LinePattern pattern
    )

    Parameters

    width
    pattern
    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