Struct WindowsUtils.NativeMethods.SmallPoint
Represents X and Y coordinates.
public struct WindowsUtils.NativeMethods.SmallPoint
Constructors
- SmallPoint(short, short)
Initializes a new instance of the WindowsUtils.NativeMethods.SmallPoint struct.
Fields
- X
Get or sets X coordinate.
- Y
Get or sets Y coordinate.