Click or drag to resize

HitTestObject.GetGrips Method

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

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public override IGripManipulationHandle[] GetGrips(
	double pageScale,
	int gripLevel
)

Parameters

pageScale  Double

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

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

IHitTestObject.GetGrips(Double, Int32)
See Also