MonobjcMonobjc Documented Class Library
DivideRect Method (slice, remainder, amount, edge)
NamespacesMonobjc.ApplicationServicesCGRectDivideRect(CGRect%, CGRect%, Single, CGRectEdge)
Divides this rectangle into two new rectangles.
Declaration Syntax
C#Visual BasicVisual C++
public void DivideRect(
	ref CGRect slice,
	ref CGRect remainder,
	float amount,
	CGRectEdge edge
)
Public Sub DivideRect ( _
	ByRef slice As CGRect, _
	ByRef remainder As CGRect, _
	amount As Single, _
	edge As CGRectEdge _
)
public:
void DivideRect(
	CGRect% slice, 
	CGRect% remainder, 
	float amount, 
	CGRectEdge edge
)
Parameters
slice (CGRect%)

[Missing <param name="slice"/> documentation for "M:Monobjc.ApplicationServices.CGRect.DivideRect(Monobjc.ApplicationServices.CGRect@,Monobjc.ApplicationServices.CGRect@,System.Single,Monobjc.ApplicationServices.CGRectEdge)"]

remainder (CGRect%)

[Missing <param name="remainder"/> documentation for "M:Monobjc.ApplicationServices.CGRect.DivideRect(Monobjc.ApplicationServices.CGRect@,Monobjc.ApplicationServices.CGRect@,System.Single,Monobjc.ApplicationServices.CGRectEdge)"]

amount (Single)

[Missing <param name="amount"/> documentation for "M:Monobjc.ApplicationServices.CGRect.DivideRect(Monobjc.ApplicationServices.CGRect@,Monobjc.ApplicationServices.CGRect@,System.Single,Monobjc.ApplicationServices.CGRectEdge)"]

edge (CGRectEdge)

[Missing <param name="edge"/> documentation for "M:Monobjc.ApplicationServices.CGRect.DivideRect(Monobjc.ApplicationServices.CGRect@,Monobjc.ApplicationServices.CGRect@,System.Single,Monobjc.ApplicationServices.CGRectEdge)"]

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)