public enum GoPickInRectangleStyle : System.Enum
public enum GoPickInRectangleStyle : System.Enum
Member | Description |
---|---|
AnyContained | Include any object whose GoObject.SelectionObject is fully contained by the pick rectangle. |
AnyIntersectsBounds | Include any object whose GoObject.SelectionObject's GoObject.Bounds intersects the pick rectangle. |
SelectableOnlyContained | Include only selectable objects whose GoObject.SelectionObject is fully contained by the pick rectangle. |
SelectableOnlyIntersectsBounds | Include only selectable objects whose GoObject.SelectionObject's GoObject.Bounds intersects the pick rectangle. |