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