MonobjcMonobjc Documented Class Library
InitWithBounds Method (bounds)
NamespacesMonobjc.QuartzPDFAnnotationInitWithBounds(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 virtual Id InitWithBounds(
	NSRect bounds
)
Public Overridable Function InitWithBounds ( _
	bounds As NSRect _
) As Id
public:
virtual Id^ InitWithBounds(
	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)