GraphicBasePathNodeGripHandle(IHitTestObject, PointD2D, PointD2D, Double, ActionPointD2D) Constructor |
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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