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


In This Topic
    Clone Method (Effect)
    In This Topic
    Creates a new effect that is a copy of the current effect.
    Syntax
    'Declaration
     
    
    Public MustOverride Function Clone() As Effect
    'Usage
     
    
    Dim instance As Effect
    Dim value As Effect
     
    value = instance.Clone()
    public abstract Effect Clone()

    Return Value

    A new effect that is a copy of the current effect.
    See Also