ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Coordinate Class / Clone Method

In This Topic
    Clone Method (Coordinate)
    In This Topic
    Create a new object that is a copy of this C1.Framework.Mathematics.Vector.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    public object Clone()

    Return Value

    A object is a copy of this C1.Framework.Mathematics.Vector.
    See Also