AdvancedLauncher.Tools.Win32.User32.POINT.POINT C# (CSharp) Méthode

POINT() public méthode

public POINT ( int x, int y ) : System.Runtime.InteropServices
x int
y int
Résultat System.Runtime.InteropServices
        public POINT(int x, int y)
        {
            this.x = x;
            this.y = y;
        }