Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / ReflectionEffect Class / Clone Method


In This Topic
    Clone Method (ReflectionEffect)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Clone() As Effect
    'Usage
     
    
    Dim instance As ReflectionEffect
    Dim value As Effect
     
    value = instance.Clone()
    public override Effect Clone()
    See Also