Search
Selection.getIncludeItemsIfIntersect Method
See Also
 

Gets 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 boolean getIncludeItemsIfIntersect ()

 Return Value

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

 See Also