GraphControllerFindGraphObjectInRootLayerRectangle Method |
Finds graph objects inside the specified rectangle in root-layer coordinates.
Namespace: Altaxo.Gui.Graph.Gdi.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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