Win32.Point.Point C# (CSharp) Method

Point() public method

public Point ( Int32, x, Int32, y )
x Int32,
y Int32,
        public Point(Int32 x, Int32 y) { this.x = x; this.y = y; }
    }
Win32.Point