Nevron .NET Vision
Nevron.Chart Namespace / NSampledWallDecorator Class / NSampledWallDecorator Constructor / NSampledWallDecorator Constructor(NRangeSampler,NWallDecorationFactory)
The range sampler.
The factory.


In This Topic
    NSampledWallDecorator Constructor(NRangeSampler,NWallDecorationFactory)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal rangeSampler As NRangeSampler, _
       ByVal factory As NWallDecorationFactory _
    )
    'Usage
     
    
    Dim rangeSampler As NRangeSampler
    Dim factory As NWallDecorationFactory
     
    Dim instance As New NSampledWallDecorator(rangeSampler, factory)
    public NSampledWallDecorator( 
       NRangeSampler rangeSampler,
       NWallDecorationFactory factory
    )

    Parameters

    rangeSampler
    The range sampler.
    factory
    The factory.
    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