Belhard.Training.MutexDemo.Native.POINT.POINT C# (CSharp) Method

POINT() public method

public POINT ( System pt ) : System.Runtime.InteropServices
pt System
return System.Runtime.InteropServices
            public POINT(System.Drawing.Point pt)
                : this(pt.X, pt.Y)
            {
            }

Same methods

Native.POINT::POINT ( int x, int y ) : System.Runtime.InteropServices
Native.POINT