ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerMainForm.GetCursorPos C# (CSharp) 메소드

GetCursorPos() 개인적인 메소드

private GetCursorPos ( System.Windows.Forms.POINT &lpPoint ) : bool
lpPoint System.Windows.Forms.POINT
리턴 bool
        public static extern bool GetCursorPos(out POINT lpPoint);