GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPickInRectangleStyle Enumeration
In This Topic
    GoPickInRectangleStyle Enumeration
    In This Topic
    Specifies how GoDocument.PickObjectsInRectangle, GoLayer.PickObjectsInRectangle, and GoView.PickObjectsInRectangle decide which objects are considered "in" a given rectangle.
    Syntax
    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.
    See Also