Click or drag to resize

GraphicBaseGraphicBaseHitTestObjectGetGrips Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.GraphicBaseHitTestObject.GetGrips(System.Int32)"]


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

Parameters

gripLevel  Int32

[Missing <param name="gripLevel"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.GraphicBaseHitTestObject.GetGrips(System.Int32)"]

Return Value

IGripManipulationHandle

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.GraphicBaseHitTestObject.GetGrips(System.Int32)"]

Implements

IHitTestObjectGetGrips(Int32)
See Also