SIZE struct¶
Defined in
Namespace: CrissCross.WPF.UI.Interop.WinDef
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Interop.WinDef.SIZE
Modifiers: public sealed
Summary¶
The SIZE structure defines the width and height of a rectangle.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Fields¶
| Name | Summary |
|---|---|
| cx | Specifies the rectangle's width. The units depend on which function uses this structure. |
| cy | Specifies the rectangle's height. The units depend on which function uses this structure. |