Click or drag to resize

GraphControllerFindGraphObjectInRootLayerRectangle Method

Finds graph objects inside the specified rectangle in root-layer coordinates.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void FindGraphObjectInRootLayerRectangle(
	RectangleD2D rectRootLayerCoordinates,
	out List<IHitTestObject> foundObjects
)

Parameters

rectRootLayerCoordinates  RectangleD2D
The search rectangle in root-layer coordinates.
foundObjects  ListIHitTestObject
The list receiving the found objects.
See Also