ActiveReports Developer 7
Clone Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Backdrop Class : Clone Method

Glossary Item Box

Creates a clone of the Backdrop.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Clone() As System.Object
C# 
public override System.object Clone()

Return Value

A clone of the Backdrop.

See Also