Click or drag to resize

IHitTestObjectShiftPosition Method

Shifts the position of the hitted object according to the x and y values.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void ShiftPosition(
	double dx,
	double dy,
	double dz
)

Parameters

dx  Double
Shift value in x direction in page coordinates.
dy  Double
Shift value in y direction in page coordinates.
dz  Double
Shift value in z direction in page coordinates.
See Also