Click or drag to resize

GraphControllerFindGraphObjectInRootLayerRectangle Method

[Missing <summary> documentation for "M:Altaxo.Gui.Graph.Gdi.Viewing.GraphController.FindGraphObjectInRootLayerRectangle(Altaxo.Geometry.RectangleD2D,System.Collections.Generic.List{Altaxo.Graph.Gdi.IHitTestObject}@)"]


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

Parameters

rectRootLayerCoordinates  RectangleD2D

[Missing <param name="rectRootLayerCoordinates"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Viewing.GraphController.FindGraphObjectInRootLayerRectangle(Altaxo.Geometry.RectangleD2D,System.Collections.Generic.List{Altaxo.Graph.Gdi.IHitTestObject}@)"]

foundObjects  ListIHitTestObject

[Missing <param name="foundObjects"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Viewing.GraphController.FindGraphObjectInRootLayerRectangle(Altaxo.Geometry.RectangleD2D,System.Collections.Generic.List{Altaxo.Graph.Gdi.IHitTestObject}@)"]

See Also