POINTL struct¶
Defined in
Namespace: CrissCross.WPF.UI.Interop.WinDef
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Interop.WinDef.POINTL
Modifiers: public sealed
Summary¶
The POINTL structure defines the x- and y-coordinates of a point.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Fields¶
| Name | Summary |
|---|---|
| x | Specifies the x-coordinate of the point. |
| y | Specifies the y-coordinate of the point. |