Click or drag to resize

HitTestObjectBaseGetGrips Method

Shows the grips, i.e. the special areas for manipulation of the object.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract IGripManipulationHandle[]? GetGrips(
	int gripLevel
)

Parameters

gripLevel  Int32
The grip level. For 0, only the translation grip is shown.

Return Value

IGripManipulationHandle
Grip manipulation handles that are used to show the grips and to manipulate the object.

Implements

IHitTestObjectGetGrips(Int32)
See Also