MonobjcMonobjc Documented Class Library
SetCurrentSelectionAnimate Method (selection, animate)
NamespacesMonobjc.QuartzPDFViewSetCurrentSelectionAnimate(PDFSelection, Boolean)

Sets the selection, in an animated way, if desired.

Original signature is '- (void)setCurrentSelection:(PDFSelection *)selection animate:(BOOL)animate'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetCurrentSelectionAnimate(
	PDFSelection selection,
	bool animate
)
Public Overridable Sub SetCurrentSelectionAnimate ( _
	selection As PDFSelection, _
	animate As Boolean _
)
public:
virtual void SetCurrentSelectionAnimate(
	PDFSelection^ selection, 
	bool animate
)
Parameters
selection (PDFSelection)
MISSING
animate (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)