3 writes to y
System.Drawing.Primitives (3)
System\Drawing\PointF.cs (3)
31
this.
y
= y;
41
y
= vector.Y;
70
set =>
y
= value;
4 references to y
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;
69
readonly get =>
y
;
143
public override readonly string ToString() => $"{{X={x}, Y={
y
}}}";