Struct SelectRequest
- Namespace
- Ofs
- Assembly
- Ofs.Api.dll
One selection gesture handed to an active selection mode, once per editable axis (the host
fans out per-axis). The mode reads the region and axis, enumerates candidates itself through
Host.Axes[req.Axis], and returns the actions it keeps.
public readonly struct SelectRequest
Properties
Axis
The axis being resolved (the lead, then each group follower — one call each).
public StandardAxis Axis { get; }
Property Value
EndTime
Box: range end.
public double EndTime { get; }
Property Value
Gesture
Which gesture authored this request.
public SelectGesture Gesture { get; }
Property Value
Pos
Point: the clicked position.
public int Pos { get; }
Property Value
StartTime
Box: range start. Point: the clicked time (== EndTime).
public double StartTime { get; }