4 writes to height
System.Drawing.Primitives (4)
System\Drawing\RectangleF.cs (4)
36
this.
height
= height;
48
height
= size.Height;
60
height
= vector.W;
148
set =>
height
= value;
2 references to height
System.Drawing.Primitives (2)
System\Drawing\RectangleF.cs (2)
66
public Vector4 ToVector4() => new Vector4(x, y, width,
height
);
147
readonly get =>
height
;