Click or drag to resize

ZoomPanelSetZoomNow Method (Rect)

Sets the zoom area to the new viewbox. 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(
	Rect viewbox
)

Parameters

viewbox
Type: System.WindowsRect
viewbox
Remarks

Sets the zoom area to the new viewbox.

See Also