取得鼠标位置using System.Runtime.InteropServices;
取得鼠标位置
取得鼠标位置       [System.Runtime.InteropServices.DllImport( 
"user32.dll" , EntryPoint="GetCursorPos" )] 
取得鼠标位置       
public extern static int GetCursorPos( ref POINTAPI lpPoint ); 
取得鼠标位置
取得鼠标位置
public struct POINTAPI 

相关文章: