DroidDiagram Programmer's Guide
HitTestEvent.setHitResult Method
See Also
 






Sets the adjustment handle that has been hit.

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

 Syntax

Java  Copy Code

public void setHitResult (
    AdjustmentHandle hitResult
)

 Parameters

hitResult

An AdjustmentHandle instance representing the handle, or null if there is no handle located at the specified position.

 See Also

HitTestEvent Members
HitTestEvent Class
com.mindfusion.diagramming Namespace