GraphicBaseSilentSetPosition Method |
Sets the position of the object without causing a Changed event.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual void SilentSetPosition(
PointD3D newPosition
)
Parameters
- newPosition PointD3D
- The new position of the object's pivot point.
See Also