5 writes to width
System.Drawing.Primitives (5)
System\Drawing\SizeF.cs (5)
31
width
= size.width;
41
width
= pt.X;
51
width
= vector.X;
65
this.
width
= width;
141
set =>
width
= value;
7 references to width
System.Drawing.Primitives (7)
System\Drawing\SizeF.cs (7)
31
width = size.
width
;
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;
140
readonly get =>
width
;
180
public override readonly string ToString() => $"{{Width={
width
}, Height={height}}}";
189
new SizeF(size.
width
* multiplier, size.height * multiplier);