IDragAndDropObject Interface
Each drag and drop object have to implement this interface.
Namespace: PCBI.Automation.DragAndDropAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public interface IDragAndDropObject
Public Interface IDragAndDropObject
public interface class IDragAndDropObject
type IDragAndDropObject = interface end
| DragDropDraw |
Draw the drag and drop object, it is also possible to use default method instead of implementing your own dragin method.
|
| DragDropEnd |
What to do at the end of drag and drop?
|
| DragDropGetPolyClass |
All drag and drop objects need an poly class of there objects to draw and calculate distances.
|
| DragDropMoveAllowed |
Allow the object to move to this position.
|
| DragDropRotateAllowed |
Allow the object to rotate this angle.
|