Click or drag to resize

HitTestObject(GraphicsPath, Object) Constructor

Creates a new HitTestObject.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HitTestObject(
	GraphicsPath objectPath,
	Object hitobject
)

Parameters

objectPath  GraphicsPath
Path of the object outline used for arrangement of multiple objects. You have to provide it in coordinates of the parent layer.
hitobject  Object
The hitted object.
See Also