1 write to cy
Microsoft.Private.Windows.Core (1)
Windows.Win32.SIZE.g.cs (1)
41
this.
cy
= height;
3 references to cy
Microsoft.Private.Windows.Core (3)
Windows.Win32.SIZE.g.cs (3)
47
internal readonly int Height => this.
cy
;
49
internal readonly bool IsEmpty => this.cx == 0 && this.
cy
== 0;
51
public static implicit operator global::System.Drawing.Size(SIZE value) => new global::System.Drawing.Size(value.cx, value.
cy
);