Search
Selection.setIncludeItemsIfIntersect Method
See Also
 

Sets a value indicating which items are selected when drawing a selection rectangle.

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

 Syntax

Java  Copy Code

public void setIncludeItemsIfIntersect (
    boolean value
)

 Parameters

value

true to select items which intersect the selection rectangle, or false to select only items that are entirely within the rectangle.

 See Also