Description
This .NET struct wraps the POINTL struct of the Windows API. Gives the current cursor coordinates in screen coordinates, whether x or y coordinate.
C#
public struct POINTL { }
Visual Basic
Public Structure POINTL End Structure
This .NET struct wraps the POINTL struct of the Windows API. Gives the current cursor coordinates in screen coordinates, whether x or y coordinate.
public struct POINTL { }
Public Structure POINTL End Structure