MonobjcMonobjc Documented Class Library
NSDivideRect Method (inRect, slice, remainder, amount, edge)
NamespacesMonobjc.FoundationNSRectNSDivideRect(NSRect, NSRect%, NSRect%, Single, NSRectEdge)
Divides a rectangle into two new rectangles.
Declaration Syntax
C#Visual BasicVisual C++
public static void NSDivideRect(
	NSRect inRect,
	ref NSRect slice,
	ref NSRect remainder,
	float amount,
	NSRectEdge edge
)
Public Shared Sub NSDivideRect ( _
	inRect As NSRect, _
	ByRef slice As NSRect, _
	ByRef remainder As NSRect, _
	amount As Single, _
	edge As NSRectEdge _
)
public:
static void NSDivideRect(
	NSRect inRect, 
	NSRect% slice, 
	NSRect% remainder, 
	float amount, 
	NSRectEdge edge
)
Parameters
inRect (NSRect)

[Missing <param name="inRect"/> documentation for "M:Monobjc.Foundation.NSRect.NSDivideRect(Monobjc.Foundation.NSRect,Monobjc.Foundation.NSRect@,Monobjc.Foundation.NSRect@,System.Single,Monobjc.Foundation.NSRectEdge)"]

slice (NSRect%)

[Missing <param name="slice"/> documentation for "M:Monobjc.Foundation.NSRect.NSDivideRect(Monobjc.Foundation.NSRect,Monobjc.Foundation.NSRect@,Monobjc.Foundation.NSRect@,System.Single,Monobjc.Foundation.NSRectEdge)"]

remainder (NSRect%)

[Missing <param name="remainder"/> documentation for "M:Monobjc.Foundation.NSRect.NSDivideRect(Monobjc.Foundation.NSRect,Monobjc.Foundation.NSRect@,Monobjc.Foundation.NSRect@,System.Single,Monobjc.Foundation.NSRectEdge)"]

amount (Single)

[Missing <param name="amount"/> documentation for "M:Monobjc.Foundation.NSRect.NSDivideRect(Monobjc.Foundation.NSRect,Monobjc.Foundation.NSRect@,Monobjc.Foundation.NSRect@,System.Single,Monobjc.Foundation.NSRectEdge)"]

edge (NSRectEdge)

[Missing <param name="edge"/> documentation for "M:Monobjc.Foundation.NSRect.NSDivideRect(Monobjc.Foundation.NSRect,Monobjc.Foundation.NSRect@,Monobjc.Foundation.NSRect@,System.Single,Monobjc.Foundation.NSRectEdge)"]

Remarks
Original declaration is : void NSDivideRect(NSRect inRect, NSRect *slice, NSRect *remainder, float amount, NSRectEdge edge)
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)