4 writes to x
System.Drawing.Primitives (4)
System\Drawing\RectangleF.cs (4)
33
this.
x
= x;
45
x
= location.X;
57
x
= vector.X;
120
set =>
x
= value;
2 references to x
System.Drawing.Primitives (2)
System\Drawing\RectangleF.cs (2)
66
public Vector4 ToVector4() => new Vector4(
x
, y, width, height);
119
readonly get =>
x
;