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


In This Topic
    Clone Method (GradientBrush)
    In This Topic
    Creates a new Brush instance with the same value as an existing brush.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Clone() As Brush
    'Usage
     
    
    Dim instance As GradientBrush
    Dim value As Brush
     
    value = instance.Clone()
    public override Brush Clone()

    Return Value

    The cloned brush.
    See Also