Evbpc.Framework.Drawing.PointF.ToString C# (CSharp) Method

ToString() public method

Gets a string representation of a PointF.
public ToString ( ) : string
return string
        public override string ToString() => $"({_x},{_y})";