Click or drag to resize

ZoomPanelTranslateRelative Method

Translates the content by the dx and dy (in relative units: 1 is the whole width/height of ZoomPanel)

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void TranslateRelative(
	double dx,
	double dy
)

Parameters

dx
Type: SystemDouble
dx
dy
Type: SystemDouble
dy
See Also