Click or drag to resize

GraphicBasePathNodeGripHandle(IHitTestObject, PointD2D, PointD2D, Double, ActionPointD2D) Constructor

Initializes a new instance of the GraphicBasePathNodeGripHandle class.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PathNodeGripHandle(
	IHitTestObject parent,
	PointD2D relPos,
	PointD2D gripCenter,
	double gripRadius,
	Action<PointD2D> moveAction
)

Parameters

parent  IHitTestObject
The parent hit test object.
relPos  PointD2D
The relative position of the grip.
gripCenter  PointD2D
The center point of the grip.
gripRadius  Double
The grip radius.
moveAction  ActionPointD2D
The action invoked when the grip moves.
See Also