3 writes to x
System.Drawing.Primitives (3)
System\Drawing\PointF.cs (3)
30
this.
x
= x;
40
x
= vector.X;
61
set =>
x
= value;
4 references to x
System.Drawing.Primitives (4)
System\Drawing\PointF.cs (4)
47
public Vector2 ToVector2() => new Vector2(
x
, y);
53
public readonly bool IsEmpty =>
x
== 0f && y == 0f;
60
readonly get =>
x
;
143
public override readonly string ToString() => $"{{X={
x
}, Y={y}}}";