Click or drag to resize

GraphicBaseMovementGripHandle Constructor

Initializes a new instance of the GraphicBaseMovementGripHandle class.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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