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