Appends the contents of the specified path object to the receiver’s path.
Original signature is '- (void)appendBezierPath:(NSBezierPath *)aPath'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void AppendBezierPath( NSBezierPath aPath )
Public Overridable Sub AppendBezierPath ( _ aPath As NSBezierPath _ )
public: virtual void AppendBezierPath( NSBezierPath^ aPath )

- aPath (NSBezierPath)
- The path to add to the receiver.

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