Click or drag to resize

GraphicBasePathNodeGripHandle(IHitTestObject, PointD2D, PointD2D, Double) 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
)

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)"]

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)"]

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)"]

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)"]

See Also