¡@

Home 

c# Programming Glossary: hicon

C# - Capturing the Mouse cursor image

http://stackoverflow.com/questions/918990/c-sharp-capturing-the-mouse-cursor-image

CaptureCursor ref int x ref int y Bitmap bmp IntPtr hicon Win32Stuff.CURSORINFO ci new Win32Stuff.CURSORINFO Win32Stuff.ICONINFO.. out ci if ci.flags Win32Stuff.CURSOR_SHOWING hicon Win32Stuff.CopyIcon ci.hCursor if Win32Stuff.GetIconInfo hicon.. Win32Stuff.CopyIcon ci.hCursor if Win32Stuff.GetIconInfo hicon out icInfo x ci.ptScreenPos.x int icInfo.xHotspot y ci.ptScreenPos.y..