GraphicBaseMovementGripHandle Constructor |
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MovementGripHandle(
IHitTestObject parent,
IObjectOutline gripPath,
IObjectOutline? displayPath
)
Parameters
- parent IHitTestObject
- The parent hit test object.
- gripPath IObjectOutline
- The grip path, i.e. the outline that is used to test whether this grip is hitted with the mouse.
- displayPath IObjectOutline
- The display path, i.e. the outline that is displayed on the plot.
See Also