4 writes to y
System.Drawing.Primitives (4)
System\Drawing\RectangleF.cs (4)
34
this.
y
= y;
46
y
= location.Y;
58
y
= vector.Y;
130
set =>
y
= value;
2 references to y
System.Drawing.Primitives (2)
System\Drawing\RectangleF.cs (2)
66
public Vector4 ToVector4() => new Vector4(x,
y
, width, height);
129
readonly get =>
y
;