PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderIndex Class / Clone Method / Clone() Method

In This Topic
    Clone() Method
    In This Topic
    Clones the current RenderObject.
    Syntax
    'Declaration
     
    Public Overloads Function Clone() As RenderObject
    public RenderObject Clone()

    Return Value

    The newly created object.
    See Also