MonobjcMonobjc Documented Class Library
Add Method (size1, size2)
NamespacesMonobjc.ApplicationServicesCGSizeAdd(CGSize, CGSize)
Returns the sum of the two sizes instances.
Declaration Syntax
C#Visual BasicVisual C++
public static CGSize Add(
	CGSize size1,
	CGSize size2
)
Public Shared Function Add ( _
	size1 As CGSize, _
	size2 As CGSize _
) As CGSize
public:
static CGSize Add(
	CGSize size1, 
	CGSize size2
)
Parameters
size1 (CGSize)
A size.
size2 (CGSize)
A size.
Return Value

[Missing <returns> documentation for "M:Monobjc.ApplicationServices.CGSize.Add(Monobjc.ApplicationServices.CGSize,Monobjc.ApplicationServices.CGSize)"]

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)