Click or drag to resize

ZoomPanelZoomToFactor Method

Zooms the scene to the zoomFactor regardless of the current zoomFactor. For example zoomFactor 2 shows app. 50% of the content, 4 shows 25% of the content.

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

Parameters

zoomFactor
Type: SystemDouble
zoomFactor
See Also