Class DragNDropHandler
Constructors
(constructor)(_canvas, _viewer, _hitTestManager)
Constructs a new instance of the DragNDropHandler class
Declaration
constructor(_canvas: Canvas, _viewer: Viewer, _hitTestManager: HitTestManager);
Parameters
Methods
draw()
Declaration
Returns
hitTest(point)
Declaration
hitTest(point: PointF): PlaceholderItemHandler;
Parameters
| Type |
Name |
Description |
| PointF |
point |
|
Returns
isDragOver(vo)
Declaration
isDragOver(vo?: any): boolean;
Parameters
| Type |
Name |
Description |
| any |
vo |
|
Returns
isDragSource(vo)
Declaration
isDragSource(vo: any): boolean;
Parameters
| Type |
Name |
Description |
| any |
vo |
|
Returns
isDragStarted()
Declaration
isDragStarted(): boolean;
Returns
isDragTarget(vo)
Declaration
isDragTarget(vo: any): boolean;
Parameters
| Type |
Name |
Description |
| any |
vo |
|
Returns
isOutOfCanvas()
Declaration
isOutOfCanvas(): boolean;
Returns
processMove(e)
Declaration
processMove(e: IMovePointerParams): void;
Parameters
| Type |
Name |
Description |
| IMovePointerParams |
e |
|
Returns