MonobjcMonobjc Documented Class Library
Addition Operator
NamespacesMonobjc.AppKitNSBezierPathAddition(NSBezierPath, NSBezierPath)
Implements the operator +.
Declaration Syntax
C#Visual BasicVisual C++
public static NSBezierPath operator +(
	NSBezierPath path,
	NSBezierPath otherPath
)
Public Shared Operator + ( _
	path As NSBezierPath, _
	otherPath As NSBezierPath _
) As NSBezierPath
public:
static NSBezierPath^ operator +(
	NSBezierPath^ path, 
	NSBezierPath^ otherPath
)
Parameters
path (NSBezierPath)
The path.
otherPath (NSBezierPath)
The other path.
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)