GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOverview Class / PickObject Method
ignored, assumed to be false
a PointF in document coordinates
whether to pick only objects that are selectable
In This Topic
    PickObject Method (GoOverview)
    In This Topic
    Don't allow the user to select any objects except the OverviewRect and other view objects, even though that rectangle is a view object, not a document object.
    Syntax
    public override GoObject PickObject( 
       bool doc,
       bool view,
       PointF p,
       bool selectableOnly
    )

    Parameters

    doc
    ignored, assumed to be false
    view
    p
    a PointF in document coordinates
    selectableOnly
    whether to pick only objects that are selectable
    Remarks
    The OverviewRect gets picked when the point p is in along the rectangle's bounds, even though the the OverviewRect is not even a document object.
    See Also