Click or drag to resize

HitTestObject(GraphicsPath, MatrixD2D, 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,
	MatrixD2D transformation,
	Object hitobject
)

Parameters

objectPath  GraphicsPath
Path of the object outline used for arrangement of multiple objects. This path is in object world coordinates.
transformation  MatrixD2D
Transformation matrix of the object.
hitobject  Object
The hitted object.
See Also