GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / Pick Method
In This Topic
    Pick Method (GoGroup)
    In This Topic
    Picking a group first tries to pick a child, starting with the last one which is most in front.
    Syntax
    public override GoObject Pick( 
       PointF p,
       bool selectableOnly
    )

    Parameters

    p
    selectableOnly
    Remarks
    If GoObject.GoObject.CanView is false for this group, this method returns null.
    See Also