Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Line Class / Clone Method

In This Topic
    Clone Method (Line)
    In This Topic
    Creates a copy of this object.
    Syntax
    'Declaration
     
    Public Function Clone() As VisualPrimitive
    public VisualPrimitive Clone()

    Return Value

    Returns the created copy.
    See Also