MonobjcMonobjc Documented Class Library
Addition Operator
NamespacesMonobjc.AppKitNSBezierPathAddition(NSBezierPath, NSRect)
Implements the operator +.
Declaration Syntax
C#Visual BasicVisual C++
public static NSBezierPath operator +(
	NSBezierPath path,
	NSRect aRect
)
Public Shared Operator + ( _
	path As NSBezierPath, _
	aRect As NSRect _
) As NSBezierPath
public:
static NSBezierPath^ operator +(
	NSBezierPath^ path, 
	NSRect aRect
)
Parameters
path (NSBezierPath)
The path.
aRect (NSRect)
A rect.
Return Value
The result of the operator.
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.AppKit (Module: Monobjc.AppKit)