Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLightSourceCollection Class / Add Method
The light source object to be added.


In This Topic
    Add Method (NLightSourceCollection)
    In This Topic
    Adds a light source to the collection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal lightSource As NLightSource _
    ) 
    'Usage
     
    
    Dim instance As NLightSourceCollection
    Dim lightSource As NLightSource
     
    instance.Add(lightSource)
    public void Add( 
       NLightSource lightSource
    )

    Parameters

    lightSource
    The light source object to be added.
    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