Click or drag to resize

ZoomPanelFitToLimitsWidth Method

Sets the zoom and translation to show the whole limits width of the ZoomPanel's content (if ZoomPanel is Limited)

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void FitToLimitsWidth()
Remarks

If the IsAnimated property is true, the change is animated.

To see the whole height defined by the Viewbox Limits use FitToLimitsHeight method.

See Also