Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DirectionalLight Class / Clone Method


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

    Return Value

    A copy of this light.
    See Also