MonobjcMonobjc Documented Class Library
Addition Operator
NamespacesMonobjc.ApplicationServicesCGSizeAddition(CGSize, CGSize)
Implements the operator +.
Declaration Syntax
C#Visual BasicVisual C++
public static CGSize operator +(
	CGSize size1,
	CGSize size2
)
Public Shared Operator + ( _
	size1 As CGSize, _
	size2 As CGSize _
) As CGSize
public:
static CGSize operator +(
	CGSize size1, 
	CGSize size2
)
Parameters
size1 (CGSize)
The ns size1.
size2 (CGSize)
The ns size2.
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)