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.3179.0 (4.8.3179.0)
Syntax
C#
public PathNodeGripHandle(
	IHitTestObject parent,
	PointD2D relPos,
	PointD2D gripCenter,
	double gripRadius,
	Action<PointD2D> moveAction
)

Parameters

parent  IHitTestObject

[Missing <param name="parent"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.PathNodeGripHandle.#ctor(Altaxo.Graph.Gdi.IHitTestObject,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.Double,System.Action{Altaxo.Geometry.PointD2D})"]

relPos  PointD2D

[Missing <param name="relPos"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.PathNodeGripHandle.#ctor(Altaxo.Graph.Gdi.IHitTestObject,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.Double,System.Action{Altaxo.Geometry.PointD2D})"]

gripCenter  PointD2D

[Missing <param name="gripCenter"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.PathNodeGripHandle.#ctor(Altaxo.Graph.Gdi.IHitTestObject,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.Double,System.Action{Altaxo.Geometry.PointD2D})"]

gripRadius  Double

[Missing <param name="gripRadius"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.PathNodeGripHandle.#ctor(Altaxo.Graph.Gdi.IHitTestObject,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.Double,System.Action{Altaxo.Geometry.PointD2D})"]

moveAction  ActionPointD2D

[Missing <param name="moveAction"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.GraphicBase.PathNodeGripHandle.#ctor(Altaxo.Graph.Gdi.IHitTestObject,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,System.Double,System.Action{Altaxo.Geometry.PointD2D})"]

See Also