Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PositionalLight Class / Clone Method


In This Topic
    Clone Method (PositionalLight)
    In This Topic
    Creates a copy of this light.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    'Usage
     
    
    Dim instance As PositionalLight
    Dim value As Object
     
    value = instance.Clone()
    public object Clone()

    Return Value

    A copy of this light.
    See Also