Search
DiagramAdapter.hitTestAdjustmentHandles Method
See Also
 

Raised to perform custom hit testing of item's adjustment handles.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void hitTestAdjustmentHandles (
    HitTestEvent e
)

 Parameters

e

A HitTestEvent instance providing more information about the event.

 See Also