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