MonobjcMonobjc Documented Class Library
Paths Property
NamespacesMonobjc.QuartzPDFAnnotationInkPaths

Returns an array containing the Bezier paths that make up an annotation.

Original signature is '- (NSArray *)paths'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray Paths { get; }
Public Overridable ReadOnly Property Paths As NSArray
	Get
public:
virtual property NSArray^ Paths {
	NSArray^ get ();
}
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)