ActiveReports Developer 7
Clone Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > FontEx Class : Clone Method

Glossary Item Box

When overridden in a derived class, creates an exact copy of this FontEx object.

Syntax

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

Return Value

The new FontEx object that this method creates.

See Also