Accord.IntPoint.ToString C# (CSharp) Method

ToString() public method

Get string representation of the class.
public ToString ( ) : string
return string
        public override string ToString( )
        {
            return string.Format( System.Globalization.CultureInfo.InvariantCulture, "{0}, {1}", X, Y );
        }