Click or drag to resize

ZoomPanelSetViewboxNow Method

Immediately sets the viewbox relative to the ZoomPanel content.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void SetViewboxNow(
	Rect newViewbox
)

Parameters

newViewbox
Type: System.WindowsRect
New Viewbox value as Rect
Remarks
To male the Viewbox change animated if the IsAnimated property is true, use the SetViewbox(Rect) method.
See Also