Click or drag to resize

GraphicBaseMovementGripHandle Constructor

Initializes a new instance of the GraphicBaseMovementGripHandle class.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MovementGripHandle(
	IHitTestObject parent,
	GraphicsPath gripPath,
	GraphicsPath? objectPath
)

Parameters

parent  IHitTestObject
The parent hit-test object.
gripPath  GraphicsPath
The grip hit-test path.
objectPath  GraphicsPath
The path to display.
See Also