GoDiagram Web Reference
GoPickInRectangleStyle Enumeration

Specifies how GoDocument.PickObjectsInRectangle, GoLayer.PickObjectsInRectangle, and GoView.PickObjectsInRectangle decide which objects are considered "in" a given rectangle.
Syntax
'Declaration
 
Public Enum GoPickInRectangleStyle 
   Inherits System.Enum
public enum GoPickInRectangleStyle : System.Enum 
Members
MemberDescription
AnyContainedInclude any object whose GoObject.SelectionObject is fully contained by the pick rectangle.
AnyIntersectsBoundsInclude any object whose GoObject.SelectionObject's GoObject.Bounds intersects the pick rectangle.
SelectableOnlyContainedInclude only selectable objects whose GoObject.SelectionObject is fully contained by the pick rectangle.
SelectableOnlyIntersectsBoundsInclude only selectable objects whose GoObject.SelectionObject's GoObject.Bounds intersects the pick rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoWeb.GoPickInRectangleStyle

Requirements

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

See Also

Reference

Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback