Click or drag to resize

IGraphControllerSelectedObjects Property

Gets the objects currently selected. The returned objects are not the HitTestObjects, but the hitted objects itself.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IList<IHitTestObject> SelectedObjects { get; }

Property Value

IListIHitTestObject
The objects currently selected in the graph.
See Also