Draws the annotation on its associated page.
Original signature is '- (void)drawWithBox:(PDFDisplayBox)box'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual void DrawWithBox( PDFDisplayBox box )
Public Overridable Sub DrawWithBox ( _ box As PDFDisplayBox _ )
public: virtual void DrawWithBox( PDFDisplayBox box )

- box (PDFDisplayBox)
- The bounding box used to draw the annotation in.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)