MonobjcMonobjc Documented Class Library
DrawWithBox Method (box)
NamespacesMonobjc.QuartzPDFAnnotationDrawWithBox(PDFDisplayBox)

Draws the annotation on its associated page.

Original signature is '- (void)drawWithBox:(PDFDisplayBox)box'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawWithBox(
	PDFDisplayBox box
)
Public Overridable Sub DrawWithBox ( _
	box As PDFDisplayBox _
)
public:
virtual void DrawWithBox(
	PDFDisplayBox box
)
Parameters
box (PDFDisplayBox)
The bounding box used to draw the annotation in.
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)