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.
Visual Basic
Public Structure POINTL End Structure
C#
public struct POINTL { }
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 Structure POINTL End Structure
public struct POINTL { }