MonobjcMonobjc Documented Class Library
DrawForPageWithBoxActive Method (page, box, active)
NamespacesMonobjc.QuartzPDFSelectionDrawForPageWithBoxActive(PDFPage, PDFDisplayBox, Boolean)

Draws the selection relative to the origin of the specified box in page space.

Original signature is '- (void)drawForPage:(PDFPage *)page withBox:(PDFDisplayBox)box active:(BOOL)active'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawForPageWithBoxActive(
	PDFPage page,
	PDFDisplayBox box,
	bool active
)
Public Overridable Sub DrawForPageWithBoxActive ( _
	page As PDFPage, _
	box As PDFDisplayBox, _
	active As Boolean _
)
public:
virtual void DrawForPageWithBoxActive(
	PDFPage^ page, 
	PDFDisplayBox box, 
	bool active
)
Parameters
page (PDFPage)
MISSING
box (PDFDisplayBox)
MISSING
active (Boolean)
MISSING
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)