ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / Backdrop Class / Clone Method

In This Topic
    Clone Method (Backdrop)
    In This Topic
    Creates a clone of the Backdrop.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As Object
    public override object Clone()

    Return Value

    A clone of the Backdrop.
    See Also