selectionStartPoint property

GraphPosition? get selectionStartPoint

Gets the starting point of the selection rectangle in graph coordinates.

Returns null if no selection is active.

Implementation

GraphPosition? get selectionStartPoint => selectionStart.value;