Click or drag to resize

GraphicBaseGetGrips Method

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


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

Parameters

hitTest  IHitTestObject

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

pageScale  Double

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

gripKind  GraphicBaseGripKind

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

Return Value

IGripManipulationHandle

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

See Also