5 writes to height
System.Drawing.Primitives (5)
System\Drawing\SizeF.cs (5)
32
height
= size.height;
42
height
= pt.Y;
52
height
= vector.Y;
66
this.
height
= height;
150
set =>
height
= value;
7 references to height
System.Drawing.Primitives (7)
System\Drawing\SizeF.cs (7)
32
height = size.
height
;
58
public Vector2 ToVector2() => new Vector2(width,
height
);
112
=> new SizeF(left.width / right, left.
height
/ right);
133
public readonly bool IsEmpty => width == 0 &&
height
== 0;
149
readonly get =>
height
;
180
public override readonly string ToString() => $"{{Width={width}, Height={
height
}}}";
189
new SizeF(size.width * multiplier, size.
height
* multiplier);