Click or drag to resize

GraphicBaseSetPosition Method

Sets the position of the object's pivot point.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void SetPosition(
	PointD2D value,
	EventFiring eventFiring
)

Parameters

value  PointD2D
The position to set (the object's pivot point) with reference to the parent's reference point).
eventFiring  EventFiring
Designates whether or not the change event should be fired if the value has changed.
See Also