Point.ToString Method

Definition

A human-readable representation of the Point.

public override string ToString ();
override this.ToString : unit -> string

Returns

The string is formatted as "{{X={0} Y={1}}}".

Applies to