Click or drag to resize

GraphicBaseGetGrips Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.GetGrips(Altaxo.Graph.Graph3D.IHitTestObject,Altaxo.Graph.Graph3D.Shapes.GraphicBase.GripKind)"]


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

Parameters

hitTest  IHitTestObject

[Missing <param name="hitTest"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.GetGrips(Altaxo.Graph.Graph3D.IHitTestObject,Altaxo.Graph.Graph3D.Shapes.GraphicBase.GripKind)"]

gripKind  GraphicBaseGripKind

[Missing <param name="gripKind"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.GetGrips(Altaxo.Graph.Graph3D.IHitTestObject,Altaxo.Graph.Graph3D.Shapes.GraphicBase.GripKind)"]

Return Value

IGripManipulationHandle

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.GetGrips(Altaxo.Graph.Graph3D.IHitTestObject,Altaxo.Graph.Graph3D.Shapes.GraphicBase.GripKind)"]

See Also