Removes a Bezier path from an annotation.
Original signature is '- (void)removeBezierPath:(NSBezierPath *)path'
Available in Mac OS X v10.4 and later.

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

- path (NSBezierPath)
- MISSING

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