MonobjcMonobjc Documented Class Library
UnionRect Method (aRect)
NamespacesMonobjc.ApplicationServicesCGRectUnionRect(CGRect)
Creates a rectangle as the union of this rectangle and the specified rectangle.
Declaration Syntax
C#Visual BasicVisual C++
public CGRect UnionRect(
	CGRect aRect
)
Public Function UnionRect ( _
	aRect As CGRect _
) As CGRect
public:
CGRect UnionRect(
	CGRect aRect
)
Parameters
aRect (CGRect)

[Missing <param name="aRect"/> documentation for "M:Monobjc.ApplicationServices.CGRect.UnionRect(Monobjc.ApplicationServices.CGRect)"]

Return Value

[Missing <returns> documentation for "M:Monobjc.ApplicationServices.CGRect.UnionRect(Monobjc.ApplicationServices.CGRect)"]

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)