Method | Description | |
---|---|---|
Feedback ( Point screenPt, DragTarget target ) : DragTarget |
Called to request feedback be shown for the specified target.
|
|
Quit ( ) : void |
Called to cleanup when dragging has finished.
|
|
Start ( IPaletteDragDrop paletteDragDrop, IRenderer renderer, |
Called to initialize the implementation when dragging starts.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
|
FindTarget ( Point screenPt, |
Find the target the first matches the provided screen point.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Called from Dispose method. |
return | void |
public Feedback ( Point screenPt, DragTarget target ) : DragTarget | ||
screenPt | Point | Current screen point of mouse. |
target | DragTarget | Target that needs feedback. |
return | DragTarget |
protected FindTarget ( Point screenPt, |
||
screenPt | Point | Point in screen coordinates. |
dragEndData | Data to be dropped at destination. | |
return | DragTarget |
public Start ( IPaletteDragDrop paletteDragDrop, IRenderer renderer, |
||
paletteDragDrop | IPaletteDragDrop | Drawing palette. |
renderer | IRenderer | Drawing renderer. |
pageDragEndData | Drag data associated with drag operation. | |
dragTargets | DragTargetList | List of all drag targets. |
return | void |