ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing Namespace / Region Class / Clone Method

In This Topic
    Clone Method (Region)
    In This Topic
    Creates an exact copy of this Region.
    Syntax
    'Declaration
     
    Public Function Clone() As Region
    public Region Clone()

    Return Value

    The Region that this method creates.
    See Also