Implements the operator +.

C# | Visual Basic | Visual 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 )

- path (NSBezierPath)
- The path.
- otherPath (NSBezierPath)
- The other path.

The result of the operator.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)