Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LightCollection Class / Clear Method


In This Topic
    Clear Method (LightCollection)
    In This Topic
    Removes all lights from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    'Usage
     
    
    Dim instance As LightCollection
     
    instance.Clear()
    public void Clear()
    See Also