Click or drag to resize

LineShapeGetGrips Method

Gets the manipulation grips for the specified hit test object.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override IGripManipulationHandle[] GetGrips(
	IHitTestObject hitTest,
	GraphicBaseGripKind gripKind
)

Parameters

hitTest  IHitTestObject
The hit-test object.
gripKind  GraphicBaseGripKind
The kinds of grips to create.

Return Value

IGripManipulationHandle
The manipulation grips.
See Also