Northwoods.Go Assembly > Northwoods.Go Namespace : GoPickInRectangleStyle Enumeration |
'Declaration Public Enum GoPickInRectangleStyle Inherits 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. |
System.Object
System.ValueType
System.Enum
Northwoods.Go.GoPickInRectangleStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2