Nevron.Chart Namespace / NSampledWallDecorator Class / NSampledWallDecorator Constructor / NSampledWallDecorator Constructor(NRangeSampler,NWallDecorationFactory)


NSampledWallDecorator Constructor(NRangeSampler,NWallDecorationFactory)
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)

Parameters

rangeSampler
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