MonobjcMonobjc Documented Class Library
Addition Operator
NamespacesMonobjc.ApplicationServicesCGPointAddition(CGPoint, CGSize)
Implements the operator +.
Declaration Syntax
C#Visual BasicVisual C++
public static CGPoint operator +(
	CGPoint cgPoint,
	CGSize cgSize
)
Public Shared Operator + ( _
	cgPoint As CGPoint, _
	cgSize As CGSize _
) As CGPoint
public:
static CGPoint operator +(
	CGPoint cgPoint, 
	CGSize cgSize
)
Parameters
cgPoint (CGPoint)
The ns point.
cgSize (CGSize)
Size of the ns.
Return Value
The result of the operator.
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)