MonobjcMonobjc Documented Class Library
NSPoint64 Constructor (x, y)
NamespacesMonobjc.FoundationNSPoint64NSPoint64(Double, Double)
Initializes a new instance of the NSPoint64 struct.
Declaration Syntax
C#Visual BasicVisual C++
public NSPoint64(
	double x,
	double y
)
Public Sub New ( _
	x As Double, _
	y As Double _
)
public:
NSPoint64(
	double x, 
	double y
)
Parameters
x (Double)
The x.
y (Double)
The y.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)