Click or drag to resize

ItemLocationDirectSetAbsolutePivotPosition Method

Sets the absolute pivot position.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetAbsolutePivotPosition(
	PointD3D value,
	EventFiring eventFiring
)

Parameters

value  PointD3D
The new pivot position.
eventFiring  EventFiring
Controls whether a change event is raised.
See Also