Click or drag to resize

ZoomPanelZoomForFactor Method

Zooms the scene for the zoomFactor. For example zoom factor 2 means that the currently shown scene is scaled for factor 2 (for 100%).

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

Parameters

zoomFactor
Type: SystemDouble
zoomFactor
See Also