Click or drag to resize

GraphicBaseSilentSetPosition Method

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

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void SilentSetPosition(
	PointD2D newPosition
)

Parameters

newPosition  PointD2D
The new position of the object's pivot point in parent coordinates.
See Also