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);