.
C# Signature:
[DllImport("user32.dll")]
static extern bool ClientToScreen(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 ClientToScreen API converts the client-area coordinates of a specified point to screen coordinates.
5/10/2010 9:31:28 AM - -85.16.70.34
TODO - a short description
3/16/2007 8:18:46 AM - dahminator-75.174.65.168
