OpenTK.WinGLControl.POINT.POINT C# (CSharp) Method

POINT() public method

public POINT ( int x, int y ) : System
x int
y int
return System
            public POINT(int x, int y)
            {
                this.X = x;
                this.Y = y;
            }