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


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