AdvancedLauncher.Tools.Win32.User32.POINT.POINT C# (CSharp) Метод

POINT() публичный Метод

public POINT ( int x, int y ) : System.Runtime.InteropServices
x int
y int
Результат System.Runtime.InteropServices
        public POINT(int x, int y)
        {
            this.x = x;
            this.y = y;
        }