AGENT.Contrib.Drawing.Point.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : Object
return Object
        public Object Clone()
        {
            return new Point(X, Y);
        }
    }