.
C# Signature:
[DllImport("user32.dll")]
static extern bool ScreenToClient(IntPtr hWnd, ref POINT lpPoint);
User-Defined Types:
POINT
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
The ScreenToClient function converts the screen coordinates of a specified point on the screen to client-area coordinates.
1/23/2017 10:40:22 AM - sh0ber@Stack Overflow-24.127.131.201
TODO - a short description
3/16/2007 8:18:46 AM - dahminator-75.174.65.168
