MonobjcMonobjc Documented Class Library
NSPoint Constructor (x, y)
NamespacesMonobjc.FoundationNSPointNSPoint(Single, Single)
Initializes a new instance of the NSPoint class.
Declaration Syntax
C#Visual BasicVisual C++
public NSPoint(
	float x,
	float y
)
Public Sub New ( _
	x As Single, _
	y As Single _
)
public:
NSPoint(
	float x, 
	float y
)
Parameters
x (Single)
The x coordinate.
y (Single)
The y coordinate.
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)