Click or drag to resize

GraphicBaseGraphicBaseHitTestObject Constructor

Creates a new HitTestObject.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GraphicBaseHitTestObject(
	GraphicBase parent
)

Parameters

parent  GraphicBase
The hitted object.
See Also