C# Class Monobjc.Foundation.NSPoint64

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
x double
y double

Public Methods

Method Description
NSPoint64 ( CGFloat x, CGFloat y ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.Foundation.NSPoint64 struct.

Method Details

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

Property Details

x public property

The x coordinate.
public double x
return double

y public property

The y coordinate.
public double y
return double