Click or drag to resize

ZoomPanel.SetZoom Method (Point, ZoomPanel.CenterPositionUnitsType, Double, Double, Boolean, Boolean)

Sets the zoom from the centerPosition and zoomFactor.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void SetZoom(
	Point centerPosition,
	ZoomPanel. CenterPositionUnitsType units,
	double zoomFactor,
	double rotationAngle,
	bool forceImmediateChange,
	bool checkViewboxLimits
)

Parameters

centerPosition
Type: System.Windows.Point
center position
units
Type: Ab2d.Controls.ZoomPanel.CenterPositionUnitsType
units of the center position
zoomFactor
Type: System.Double
zoom factor (1 = no zoom; >1 = zoom in; <1 = zoom out)
rotationAngle
Type: System.Double
rotation angle
forceImmediateChange
Type: System.Boolean
If forceImmediateChange is true, the Viewbox is set immediately regardless of IsAnimated property
checkViewboxLimits
Type: System.Boolean
CheckViewboxLimits can be set to false if the newViewbox has already been adjusted or if the check needs to be skipped
See Also