Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point2D Class / Clone Method

In This Topic
    Clone Method (Point2D)
    In This Topic
    Creates a deep copy of this 2D point.
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As Object
    public virtual object Clone()

    Return Value

    The new 2D point.
    See Also