Click or drag to resize

ZoomPanelNavigatorZoomFactorCalculatorDelegate Delegate

Delegate that is used to calculate ZoomFactor from slider value and vice-versa.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public delegate double ZoomFactorCalculatorDelegate(
	double 
)

Parameters

Type: SystemDouble

Return Value

Type: Double
calculated value
See Also