MonobjcMonobjc Documented Class Library
PDFViewWillChangeScaleFactorToScaleMessage Method (sender, scale)
NamespacesMonobjc.QuartzPDFView..::..PDFViewDelegateEventDispatcherPDFViewWillChangeScaleFactorToScaleMessage(PDFView, Single)

Delegate method for overriding changes to scale factor.

Original signature is '- (float)PDFViewWillChangeScaleFactor:(PDFView *)sender toScale:(float)scale'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public float PDFViewWillChangeScaleFactorToScaleMessage(
	PDFView sender,
	float scale
)
Public Function PDFViewWillChangeScaleFactorToScaleMessage ( _
	sender As PDFView, _
	scale As Single _
) As Single
public:
float PDFViewWillChangeScaleFactorToScaleMessage(
	PDFView^ sender, 
	float scale
)
Parameters
sender (PDFView)
MISSING
scale (Single)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Quartz.PDFView.PDFViewDelegateEventDispatcher.PDFViewWillChangeScaleFactorToScaleMessage(Monobjc.Quartz.PDFView,System.Single)"]

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)