Class SelectionHitTestManager
Package: @aurigma/design-atoms
Constructors
(constructor)(_selectionHandler, _hitTestManager)
Constructs a new instance of the SelectionHitTestManager class
Declaration
constructor(_selectionHandler: SelectionHandler, _hitTestManager: HitTestManager);
Parameters
| Type | Name | Description |
|---|---|---|
| SelectionHandler | _selectionHandler | |
| HitTestManager | _hitTestManager |
Methods
hitTest(point)
Declaration
hitTest(point: PointF): ISelectionHitTestResult;
Parameters
| Type | Name | Description |
|---|---|---|
| PointF | point |
Returns
| Type | Description |
|---|---|
| ISelectionHitTestResult |