Monobjc.Foundation.NSPoint64.NSPoint64 C# (CSharp) Method

NSPoint64() public method

Initializes a new instance of the Monobjc.Foundation.NSPoint64 struct.
public NSPoint64 ( CGFloat x, CGFloat y ) : System.Runtime.InteropServices
x Monobjc.ApplicationServices.CGFloat The x.
y Monobjc.ApplicationServices.CGFloat The y.
return System.Runtime.InteropServices
		public NSPoint64(CGFloat x, CGFloat y)
        {
            this.x = x;
            this.y = y;
        }
        
NSPoint64