Click or drag to resize

GraphicBaseGetGrips Method

Creates grip handles for the specified hit-test object.

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

Parameters

hitTest  IHitTestObject
The hit-test object.
pageScale  Double
The current page scale.
gripKind  GraphicBaseGripKind
The kinds of grips to create.

Return Value

IGripManipulationHandle
The created grip handles.
See Also