MonobjcMonobjc Documented Class Library
AppendBezierPath Method (aPath)
NamespacesMonobjc.AppKitNSBezierPathAppendBezierPath(NSBezierPath)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendBezierPath(
	NSBezierPath aPath
)
Public Overridable Sub AppendBezierPath ( _
	aPath As NSBezierPath _
)
public:
virtual void AppendBezierPath(
	NSBezierPath^ aPath
)
Parameters
aPath (NSBezierPath)
The path to add to the receiver.
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)