MonobjcMonobjc Documented Class Library
DrawForPageActive Method (page, active)
NamespacesMonobjc.QuartzPDFSelectionDrawForPageActive(PDFPage, Boolean)

Calls drawForPage:withBox:active: with a default value for box parameter.

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

Available in Mac OS X v10.4 and later.

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