Click or drag to resize

ZoomPanelSetZoomNow Method (Double)

Sets the zoom area to the currently set CenterPosition and the zoomFactor parameter. The zoom area is changed immediately regardless of the IsAnimated property.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void SetZoomNow(
	double zoomFactor
)

Parameters

zoomFactor
Type: SystemDouble
zoom factor (1 = no zoom; >1 = zoom in; <1 = zoom out)
Remarks

Sets the zoom area to the currently set CenterPosition and the zoomFactor parameter.

See Also