ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / BrushEx Class / Clone Method

In This Topic
    Clone Method (BrushEx)
    In This Topic
    When overridden in a derived class, creates an exact copy of this BrushEx object.
    Syntax
    'Declaration
     
    Public MustOverride Function Clone() As Object
    public abstract object Clone()

    Return Value

    The new BrushEx object that this method creates.
    See Also