MonobjcMonobjc Documented Class Library
ContainsRect Method (aRect)
NamespacesMonobjc.ApplicationServicesCGRectContainsRect(CGRect)
Returns an int value that indicates whether this rectangle completely encloses another.
Declaration Syntax
C#Visual BasicVisual C++
public int ContainsRect(
	CGRect aRect
)
Public Function ContainsRect ( _
	aRect As CGRect _
) As Integer
public:
int ContainsRect(
	CGRect aRect
)
Parameters
aRect (CGRect)

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

Return Value

[Missing <returns> documentation for "M:Monobjc.ApplicationServices.CGRect.ContainsRect(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)