MonobjcMonobjc Documented Class Library
AddBezierPath Method (path)
NamespacesMonobjc.QuartzPDFAnnotationInkAddBezierPath(NSBezierPath)

Adds a Bezier path to an annotation.

Original signature is '- (void)addBezierPath:(NSBezierPath *)path'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddBezierPath(
	NSBezierPath path
)
Public Overridable Sub AddBezierPath ( _
	path As NSBezierPath _
)
public:
virtual void AddBezierPath(
	NSBezierPath^ path
)
Parameters
path (NSBezierPath)
MISSING
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.Quartz (Module: Monobjc.Quartz)