MonobjcMonobjc Documented Class Library
PDFAnnotation Constructor (bounds)
NamespacesMonobjc.QuartzPDFAnnotationPDFAnnotation(NSRect)

Initializes a PDF annotation object.

Original signature is '- (id)initWithBounds:(NSRect)bounds'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public PDFAnnotation(
	NSRect bounds
)
Public Sub New ( _
	bounds As NSRect _
)
public:
PDFAnnotation(
	NSRect bounds
)
Parameters
bounds (NSRect)
The bounding box of the annotation, in page space.
Return Value
An initialized PDFAnnotation instance, or NULL if the object could not be initialized.
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)