Skip to main content

SelectionHitTestManager

Classes

SelectionHitTestManager

Constructors

Constructor
new SelectionHitTestManager(selectionHandler, hitTestManager): SelectionHitTestManager;
Parameters
ParameterType
selectionHandlerSelectionHandler
hitTestManagerHitTestManager
Returns

SelectionHitTestManager

Methods

hitTest()
hitTest(point): ISelectionHitTestResult;
Parameters
ParameterType
pointPointF
Returns

ISelectionHitTestResult

Interfaces

ISelectionHitTestResult

Extends

Properties

arbitraryResize?
optional arbitraryResize?: boolean;
body?
optional body?: boolean;
Inherited from

IHitTestResult.body

cornerArbitraryResize?
optional cornerArbitraryResize?: boolean;
cornerProportionalResize?
optional cornerProportionalResize?: boolean;
drag?
optional drag?: boolean;
Inherited from

IHitTestResult.drag

dragX?
optional dragX?: boolean;
Inherited from

IHitTestResult.dragX

dragY?
optional dragY?: boolean;
Inherited from

IHitTestResult.dragY

proportionalResize?
optional proportionalResize?: boolean;
resize?
optional resize?: boolean;
Inherited from

IHitTestResult.resize

resizeIndex?
optional resizeIndex?: number;
Inherited from

IHitTestResult.resizeIndex

rotate?
optional rotate?: boolean;
Inherited from

IHitTestResult.rotate

selection?
optional selection?: boolean;
Inherited from

IHitTestResult.selection

Was this page helpful?