Click or drag to resize

GraphicBaseSilentSetPosition Method

Sets the position of the object without causing a Changed event.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void SilentSetPosition(
	PointD3D newPosition
)

Parameters

newPosition  PointD3D

[Missing <param name="newPosition"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.SilentSetPosition(Altaxo.Geometry.PointD3D)"]

See Also